mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-04 05:43:47 +00:00
Trying to get routes working but they are not working at the moment. Also moved the tournaments search and table to its own page
This commit is contained in:
@@ -26,7 +26,8 @@ module.exports = function(lineman) {
|
||||
apiProxy: {
|
||||
enabled: true,
|
||||
host: 'localhost',
|
||||
port: 8080
|
||||
port: 8080,
|
||||
prefix: 'api'
|
||||
},
|
||||
web: {
|
||||
port: 8081
|
||||
|
||||
Reference in New Issue
Block a user