fix: Fix routes again

This commit is contained in:
Maksim Eltyshev
2022-06-20 18:48:13 +02:00
parent 353d7667f1
commit fe9fdc0191

View File

@@ -85,10 +85,8 @@ module.exports.routes = {
skipAssets: false, skipAssets: false,
}, },
routes: { 'GET /*': {
'GET /*': { view: 'index',
view: 'index', skipAssets: true,
skipAssets: true,
},
}, },
}; };