This commit is contained in:
2023-07-06 16:35:56 +04:00
parent 849ef57227
commit 5e309ea02f
12 changed files with 82 additions and 9739 deletions

3
frontend/pages/500.js Normal file
View File

@@ -0,0 +1,3 @@
export default function Custom500() {
return <h1>500 - Server-side error occurred</h1>
}