0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 11:02:38 +00:00

Update metadataEditor.jsx

This commit is contained in:
Timothy Cyrus
2020-04-14 11:52:47 -04:00
committed by Trevor Buckner
parent 70430f84e1
commit 50cc757a5c

View File

@@ -50,7 +50,7 @@ const MetadataEditor = createClass({
if(!confirm('Are you REALLY sure? You will lose editor access to this document.')) return;
}
request.get(`/api/remove/${this.props.metadata.editId}`)
request.del(`/api/${this.props.metadata.editId}`)
.send()
.end(function(err, res){
window.location.href = '/';