1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-04 05:43:47 +00:00

Frontend authentication working.

This commit is contained in:
2016-04-28 01:13:58 +00:00
parent 84578d89da
commit 425e7f5fc5
18 changed files with 175 additions and 89 deletions

View File

@@ -26,8 +26,7 @@ module.exports = function(lineman) {
apiProxy: {
enabled: true,
host: 'localhost',
port: 8080,
prefix: 'api'
port: 8080
},
web: {
port: 8081