- 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:
2024-12-17 04:06:56 -05:00
parent 52455d6ffc
commit c67cdd5b2a
8 changed files with 74 additions and 23 deletions

View File

@@ -20,6 +20,7 @@
dockerfile: ./api-service/Dockerfile
ports:
- "8080:8080"
- "8081:8081"
env_file:
- ./api-service/.env
- .env