init new api endpoint for returning games by game type with summaries

This commit is contained in:
Anthony Mineo 2020-09-17 16:57:45 -04:00
parent 80056903c6
commit 69f250871a
3 changed files with 34 additions and 1 deletions

View file

@ -42,6 +42,7 @@ services:
- .env
ports:
- "8080:8080"
- "8443:8443"
volumes:
- ./build/api/ecosystem._PROD_.config.js:/opt/node_app/ecosystem._PROD_.config.js
- ./build/api/ecosystem._DEV_.config.js:/opt/node_app/ecosystem._DEV_.config.js