secured backend -> made backend internal accessable

This commit is contained in:
2026-01-16 17:07:56 +01:00
parent 5546401aa4
commit 9963731b10
4 changed files with 8 additions and 13 deletions
-9
View File
@@ -1,9 +0,0 @@
import React from "react";
export const NotFoundPage = () => {
return (
<>
</>
)
};