diff --git a/manifest.toml b/manifest.toml index 67a0166..c04377b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -53,15 +53,17 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" + public.url = "/public.php" public.allowed = "visitors" public.show_tile = false public.protected = true + api.url = "/api" - api.allowed = "visitors" - api.show_tile = false api.auth_header =false + api.show_tile = false api.protected = true + api.allowed = "visitors" [resources.apt] packages = "postgresql, php8.2-pgsql, php8.2-curl, php8.2-gd, php8.2-opcache,php8.2-fileinfo, php8.2-intl, php8.2-cli, php8.2-mbstring, php8.2-xml"