There was an error while loading. Please reload this page.
1 parent 9bbaab8 commit ae4d443Copy full SHA for ae4d443
5 files changed
agent/mini_app.py
@@ -28,7 +28,7 @@
28
29
REPO_AGENT = Path(__file__).resolve().parent
30
STATIC_DIR = REPO_AGENT / "mini_app_static"
31
-CONCEPT_ROUTE_RE = re.compile(r"^/(?:mini-apps?|miniapps?|mini_app|mini[-_]?app[-/]?(?:[1-9]|1[0-9]|20))/?$")
+CONCEPT_ROUTE_RE = re.compile(r"^/(?:mini-apps?|miniapps?|mini_app|mini[-_]?app[-/]?(?:[1-9]|10))/?$")
32
TG_ENV = Path("/etc/bux/tg.env")
33
TG_STATE = Path("/etc/bux/tg-state.json")
34
TG_ALLOWED = Path("/etc/bux/tg-allowed.txt")
0 commit comments