From c3f4e90aff236c2ea542da7725575f2df0f17d71 Mon Sep 17 00:00:00 2001 From: rodinux Date: Thu, 16 May 2024 22:15:17 +0200 Subject: [PATCH] try debug api --- association.sqlite | 7 ------- manifest.toml | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 association.sqlite diff --git a/association.sqlite b/association.sqlite deleted file mode 100644 index 9b09d63..0000000 --- a/association.sqlite +++ /dev/null @@ -1,7 +0,0 @@ - -301 Moved Permanently - -

301 Moved Permanently

-
nginx
- - diff --git a/manifest.toml b/manifest.toml index 8569c38..59d6bd2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -48,7 +48,7 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" - api.url = "/api" + api.url = "/api/*" api.allowed = ["visitors", "all_users"] api.show_tile = false api.protected = true