This commit is contained in:
syuilo 2018-04-21 19:02:12 +09:00
parent e9dd844555
commit 8ff9bd6b43

View file

@ -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 => {