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:
@@ -7,7 +7,7 @@ services:
|
||||
context: .
|
||||
dockerfile: DockerfileApi
|
||||
environment:
|
||||
MODE: ${MODE}
|
||||
MODE: 'server'
|
||||
CORS: ${CORS}
|
||||
PORT: ${PORT_API}
|
||||
PORT_WEB: ${PORT_WEB}
|
||||
|
||||
Reference in New Issue
Block a user