- fix: issue where login failed to return the user if their role was null
- add: register route for api-service - update: spawn a thread for the rest api in the api service
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
dockerfile: ./api-service/Dockerfile
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "8081:8081"
|
||||
env_file:
|
||||
- ./api-service/.env
|
||||
- .env
|
||||
|
||||
Reference in New Issue
Block a user