From 75460f1eff87781225580e83d8b8092b8c78fa3e Mon Sep 17 00:00:00 2001 From: Alexey Tsymbal Date: Wed, 12 Jun 2024 17:31:24 +0300 Subject: [PATCH] add actions.json --- public/actions.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 public/actions.json diff --git a/public/actions.json b/public/actions.json new file mode 100644 index 0000000000..f51e444126 --- /dev/null +++ b/public/actions.json @@ -0,0 +1,8 @@ +{ + "rules": [ + { + "pathPattern": "/dao/**", + "apiPath": "https://actions.dialect.to/api/realms/vote/dao/**" + } + ] +}