From 944933d6b6b9f850c796f8ed9df6db330fd1ac2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=BD=AE?= Date: Mon, 18 May 2026 22:22:36 +0800 Subject: [PATCH] add static-hosting --- skills/developing/static-hosting/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/developing/static-hosting/SKILL.md b/skills/developing/static-hosting/SKILL.md index c208a00..7d74b21 100644 --- a/skills/developing/static-hosting/SKILL.md +++ b/skills/developing/static-hosting/SKILL.md @@ -22,7 +22,7 @@ FastAPI mounts `projects/robot/` at the `/robots` URL path with `html=True` enab /app/projects/robot/{bot_id}/foo.html --> {FASTAPI_URL}/robots/{bot_id}/foo.html ``` -`FASTAPI_URL` : `http://127.0.0.1:8001`. +`FASTAPI_URL` : `https://engine.aitravelmaster.com`. ## URL rules