Add inital route

This commit is contained in:
2024-05-03 22:53:56 +02:00
parent 5ab9d9d0e0
commit 5ba718be26
4 changed files with 21 additions and 5 deletions
+2
View File
@@ -8,6 +8,8 @@ services:
- ./api:/app
env_file:
- ./.env
ports:
- 1597:1597
depends_on:
postgres:
condition: service_healthy