mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix #1529
This commit is contained in:
parent
e9dd844555
commit
8ff9bd6b43
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ router.get('/manifest.json', async ctx => {
|
|||
router.use('/docs', docs.routes());
|
||||
|
||||
// URL preview endpoint
|
||||
router.get('url', require('./url-preview'));
|
||||
router.get('/url', require('./url-preview'));
|
||||
|
||||
// Render base html for all requests
|
||||
router.get('*', async ctx => {
|
||||
|
|
Loading…
Add table
Reference in a new issue