1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-23 08:01:29 +00:00

Cleaned up the admin routes

This commit is contained in:
Scott Tolksdorf
2017-01-06 19:21:18 -05:00
parent ca40ec5a2d
commit a26c4e2092
9 changed files with 99 additions and 86 deletions

12
server/dev.routes.js Normal file
View File

@@ -0,0 +1,12 @@
const router = require('express').Router();
module.exports = router;