Add protected date management admin
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@
|
||||
|
||||
let selectedName = null;
|
||||
|
||||
fetch("appsettings.json")
|
||||
fetch("/api/settings", { cache: "no-store" })
|
||||
.then((response) => response.json())
|
||||
.then((settings) => renderNames(settings.names || []))
|
||||
.catch(() => {
|
||||
|
||||
Reference in New Issue
Block a user