diff options
| author | Pitu <[email protected]> | 2019-03-02 22:16:35 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2019-03-02 22:16:35 +0900 |
| commit | 789f5fc259b90dd6a3b21fd2aef1a9e54a19506e (patch) | |
| tree | 7911803b2631ce9b009368c0984f42b442abf46e /src/api/routes | |
| parent | Fix uploader not showing up when logged in (diff) | |
| download | host.fuwn.me-789f5fc259b90dd6a3b21fd2aef1a9e54a19506e.tar.xz host.fuwn.me-789f5fc259b90dd6a3b21fd2aef1a9e54a19506e.zip | |
Removed google analytics
Diffstat (limited to 'src/api/routes')
| -rw-r--r-- | src/api/routes/albums/link/linkEditPOST.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/routes/albums/link/linkEditPOST.js b/src/api/routes/albums/link/linkEditPOST.js index 753c496..bb3c41b 100644 --- a/src/api/routes/albums/link/linkEditPOST.js +++ b/src/api/routes/albums/link/linkEditPOST.js @@ -25,7 +25,7 @@ class linkEditPOST extends Route { enableDownload: enableDownload || false, expiresAt // This one should be null if not supplied }); - return res.json({ message: 'Editing the link was successfully' }); + return res.json({ message: 'Editing the link was successfull' }); } catch (error) { log.error(error); return res.json({ message: 'There was a problem editing the link' }); |