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

Added new delete brew option on user page

This commit is contained in:
Scott Tolksdorf
2017-02-18 14:46:14 -05:00
parent cc8e874ad1
commit 18852932e8
4 changed files with 24 additions and 2 deletions

View File

@@ -42,7 +42,6 @@ const welcomeText = require('fs').readFileSync('./client/homebrew/pages/homePage
const changelogText = require('fs').readFileSync('./changelog.md', 'utf8');
//Source page
String.prototype.replaceAll = function(s,r){return this.split(s).join(r)}
app.get('/source/:id', (req, res)=>{