mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-19 06:51:41 +03:00
🔧 Adds route name for 404 page
This commit is contained in:
parent
c7c9b0cf43
commit
3619facd75
@ -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 New Issue
Block a user