-
-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
332 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ const routes = [ | |
{ path: "/d", file: "dashboard.html" }, | ||
{ path: "/e", file: "english.html" }, | ||
{ path: "/-", file: "math.html" }, | ||
{ path: "/l", file: "/assets/404/loading.html" }, | ||
]; | ||
|
||
routes.forEach((route) => { | ||
|
@@ -53,7 +54,7 @@ async function fetchData(req, res, next, baseUrl) { | |
res | ||
.status(404) | ||
.send( | ||
"Not found, please clear your cache, or email me at [email protected], If this issue persists, try clicking <a href='index.html'>here</a> and if it works, change your bookmark to the new link.", | ||
"Not found, please clear your cache, or email me at [email protected], If this issue persists, try clicking <a href='index.html'>here</a> and if it works, change your bookmark to the new link." | ||
); | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.