diff --git a/docs/bad.md b/docs/bad.md new file mode 100644 index 000000000..3f19eeb40 --- /dev/null +++ b/docs/bad.md @@ -0,0 +1,3 @@ +export const API_MCP_BASE = 'api/v3/auth/mcp'; +export const API_SERVICE_ACCOUNT_BASE = 'api/v3/auth/service_account'; +这样不太对