From d22f93579463ca3f085881aea259f5e712186949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 16 Feb 2023 08:02:59 +0100 Subject: [PATCH] Update manifest.toml Co-authored-by: Alexandre Aubin --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 1dacfb9..71ee1a9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -61,7 +61,7 @@ ram.runtime = "512M" [resources.permissions] main.url = "/" - api.url = "re:$domain\\/.well-known\\/.*" + api.url = "re:__DOMAIN__\\/.well-known\\/.*" api.auth_header = false api.show_tile = false api.protected= true