0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 02:32:37 +00:00

replace trailing slash

This commit is contained in:
Trevor Buckner
2021-06-28 12:07:56 -04:00
parent 496ab26972
commit 017bccc937

View File

@@ -145,7 +145,7 @@ const NewPage = createClass({
if(this.state.saveGoogle) {
const res = await request
.post('/api/newGoogle')
.post('/api/newGoogle/')
.send(brew)
.catch((err)=>{
console.log(err.status === 401