Fix #952
This commit is contained in:
parent
973d446358
commit
8c70c9d6a0
5 changed files with 12 additions and 36 deletions
|
|
@ -44,8 +44,6 @@ app.use('/assets', (req, res) => {
|
|||
res.sendStatus(404);
|
||||
});
|
||||
|
||||
app.use('/recover', (req, res) => res.sendFile(`${__dirname}/assets/recover.html`));
|
||||
|
||||
/**
|
||||
* ServiceWroker
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue