forked from Mirrors/keyoxide-web
Fix paths
This commit is contained in:
parent
0a7f656c2d
commit
0c7f682a26
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ app.use(stringReplace({
|
|||
}))
|
||||
|
||||
// Routes
|
||||
app.use('/favicon.svg', express.static('../static/favicon.svg'))
|
||||
app.use('/robots.txt', express.static('../static/robots.txt'))
|
||||
app.use('/favicon.svg', express.static('./static/favicon.svg'))
|
||||
app.use('/robots.txt', express.static('./static/robots.txt'))
|
||||
|
||||
app.use('/', mainRoute)
|
||||
app.use('/api', apiRoute)
|
||||
|
|
Loading…
Reference in a new issue