From 49ceda557509a89ab46dd52f34253972bfeb6c51 Mon Sep 17 00:00:00 2001 From: Neshura Date: Sat, 10 Jun 2023 16:10:42 +0200 Subject: [PATCH] Static routes file plus api routes file --- public/routes.json | 2 +- public/routes_api.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 public/routes_api.json diff --git a/public/routes.json b/public/routes.json index ef77e95..0149c2e 100644 --- a/public/routes.json +++ b/public/routes.json @@ -5,7 +5,7 @@ "href": "/" }, { - "name": "Graphs", + "name": "Legacy Info", "href": "/graphs" }, { diff --git a/public/routes_api.json b/public/routes_api.json new file mode 100644 index 0000000..97a95cf --- /dev/null +++ b/public/routes_api.json @@ -0,0 +1,16 @@ +{ + "links": [ + { + "name": "Home Alt", + "href": "/" + }, + { + "name": "Legacy Info", + "href": "/graphs" + }, + { + "name": "Admin Menu", + "href": "/admin" + } + ] +} \ No newline at end of file