1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

feat: added authorization route for web (#37)

This commit is contained in:
Muhammad Saad
2021-12-15 17:51:19 +05:00
committed by GitHub
parent 34e54934fd
commit d0a1457f44
4 changed files with 78 additions and 26 deletions

View File

@@ -7,7 +7,7 @@ services:
context: .
dockerfile: DockerfileApi
environment:
MODE: ${MODE}
MODE: 'server'
CORS: ${CORS}
PORT: ${PORT_API}
PORT_WEB: ${PORT_WEB}