This commit is contained in:
syuilo 2018-04-21 19:02:12 +09:00
parent 441796f845
commit 4cfb360d44

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