fix: upload idl split

This commit is contained in:
lijunwen.gigoo
2025-07-21 17:08:05 +08:00
parent 890153324f
commit 82e55ffdb8
13 changed files with 5620 additions and 6093 deletions

View File

@@ -92,6 +92,6 @@ const (
)
const (
ApplyUploadActionURI = "/api/playground/apply_upload_action"
UploadURI = "/api/playground/upload"
ApplyUploadActionURI = "/api/common/upload/apply_upload_action"
UploadURI = "/api/common/upload"
)