Switch to json 404.

This commit is contained in:
calcu1on
2024-12-22 20:37:04 -05:00
parent cb2be6774d
commit 7c58f9db51
3 changed files with 10 additions and 11 deletions

View File

@@ -1,9 +0,0 @@
<!Doctype html>
<html>
<head>
<title>Page Not Found | Hermes</title>
</head>
<body>
<p>The requested page could not be found.</p>
</body>
</html>

3
public/404.json Normal file
View File

@@ -0,0 +1,3 @@
{
"detail": "Route not found, or request malformed...thats all im saying."
}