mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-10 02:25:27 +01:00
🔧 Adds route name for 404 page
This commit is contained in:
parent
c7c9b0cf43
commit
3619facd75
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ module.exports = {
|
|||
about: '/about',
|
||||
login: '/login',
|
||||
download: '/download',
|
||||
notFound: '/404',
|
||||
},
|
||||
/* Server Endpoints */
|
||||
serviceEndpoints: {
|
||||
|
|
@ -84,6 +85,7 @@ module.exports = {
|
|||
'login',
|
||||
'download',
|
||||
'landing-page-minimal',
|
||||
// '404',
|
||||
],
|
||||
/* Key names for local storage identifiers */
|
||||
localStorageKeys: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue