mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09:29 -07:00
Fix typo
This commit is contained in:
parent
278147a8c5
commit
22934fff1d
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ if (process.env.ONION_URL) {
|
|||
router.get('/*', (req, res, next) => {
|
||||
res.header('Onion-Location', process.env.ONION_URL)
|
||||
next()
|
||||
});
|
||||
})
|
||||
}
|
||||
|
||||
router.get('/', (req, res) => {
|
||||
|
|
Loading…
Reference in a new issue