0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-12 21:52:42 +00:00

tpk server is working

This commit is contained in:
Scott Tolksdorf
2016-05-16 21:38:37 -04:00
parent 5f55a59042
commit ba6ba0e51f
5 changed files with 42 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ app.get('/admin', function(req, res){
app = require('./server/homebrew.api.js')(app);
app = require('./server/homebrew.server.js')(app);
//Populate TPK routes
app = require('./server/tpk.server.js')(app);
app.get('*', function (req, res) {