mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 06:49:29 -07:00
Temporarily remove utils
This commit is contained in:
parent
05c4f3c7a8
commit
50bc13b8e5
1 changed files with 0 additions and 1 deletions
1
index.js
1
index.js
|
@ -67,7 +67,6 @@ app.use('/robots.txt', express.static('robots.txt'))
|
|||
|
||||
app.use('/', require('./routes/main'))
|
||||
app.use('/static', require('./routes/static'))
|
||||
app.use('/util', require('./routes/util'))
|
||||
app.use('/', require('./routes/profile'))
|
||||
|
||||
app.listen(app.get('port'), () => {
|
||||
|
|
Loading…
Reference in a new issue