Revert "Fix #952"

This reverts commit 8c70c9d6a0.
This commit is contained in:
syuilo
2017-12-08 14:57:40 +09:00
parent 8c70c9d6a0
commit a9a581adcb
5 changed files with 36 additions and 12 deletions

View File

@@ -44,6 +44,8 @@ app.use('/assets', (req, res) => {
res.sendStatus(404);
});
app.use('/recover', (req, res) => res.sendFile(`${__dirname}/assets/recover.html`));
/**
* ServiceWroker
*/