1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-03 05:27:25 +00:00

Set up api for development

This commit is contained in:
2016-02-10 17:46:16 +00:00
parent dfa0972747
commit 2d3aa1b760
3 changed files with 8 additions and 10 deletions

View File

@@ -22,13 +22,13 @@ module.exports = function(lineman) {
// requests for paths that don't match a static asset in ./generated will be forwarded to
// whatever service might be running on the specified port.
//
// server: {
// apiProxy: {
// enabled: true,
// host: 'localhost',
// port: 3000
// }
// },
server: {
apiProxy: {
enabled: true,
host: 'localhost',
port: 8080
}
},
// Sass
//