From e9148994d8b93ca75ea7b8f7b7bca696e3af4384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 11 May 2023 16:46:36 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 7f05440..54e7be9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -59,7 +59,7 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" - api.url = "re:$domain\/.well-known\/.*" + api.url = "re:__DOMAIN__\\/.well-known\\/.*" api.allowed = ["visitors", "all_users"] api.auth_header = false api.show_tile = false