0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 06:32:39 +00:00

Pseudo element borders are working, holy shit

This commit is contained in:
Scott Tolksdorf
2017-03-19 13:17:33 -04:00
parent 393df1b181
commit 30d3fcf168
7 changed files with 127 additions and 69 deletions

View File

@@ -45,6 +45,7 @@ router.get('/edit/:editId', mw.loadBrew, renderPage);
//Print Page
router.get('/print/:shareId', mw.viewBrew, renderPage);
router.get('/print', renderPage);
//Source page
router.get('/source/:sharedId', mw.viewBrew, (req, res, next)=>{