From 8d055384a429c384ca430058142f4f4493c6ffba Mon Sep 17 00:00:00 2001 From: Huawei Date: Mon, 13 Jul 2026 16:42:29 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20suite-developer/MEMORY=20=E2=80=94=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8F=91=E5=B8=83=E7=AB=AF=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- suite-developer/MEMORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suite-developer/MEMORY.md b/suite-developer/MEMORY.md index 7c4fed4..c94e178 100644 --- a/suite-developer/MEMORY.md +++ b/suite-developer/MEMORY.md @@ -58,7 +58,7 @@ curl -s https://suites.mercator.cn/api/v1/suites | python3 -m json.tool ```bash tar czf suite.tgz --exclude='.git' --exclude='__pycache__' my-suite/ -curl -X POST https://suites.mercator.cn/api/v1/publish/upload \ +curl -X POST https://suites.mercator.cn/api/v1/publish \ -H "Authorization: Bearer $KEY" \ -F "file=@suite.tgz" ```