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" ```