This is an automated email from the ASF dual-hosted git repository.

benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampark.git


The following commit(s) were added to refs/heads/dev by this push:
     new 1ded0501e fix(api): add missing leading slash in CHECK API endpoint 
(#4197)
1ded0501e is described below

commit 1ded0501e9ee86a6754123534ef28d67174b845b
Author: Yao Chen <[email protected]>
AuthorDate: Thu Mar 6 14:50:55 2025 +0800

    fix(api): add missing leading slash in CHECK API endpoint (#4197)
---
 streampark-console/streampark-console-webapp/src/api/system/token.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/streampark-console/streampark-console-webapp/src/api/system/token.ts 
b/streampark-console/streampark-console-webapp/src/api/system/token.ts
index 6478191e5..2ce03fda3 100644
--- a/streampark-console/streampark-console-webapp/src/api/system/token.ts
+++ b/streampark-console/streampark-console-webapp/src/api/system/token.ts
@@ -23,7 +23,7 @@ enum Api {
   ToggleTokenStatus = '/token/toggle',
   AddToken = '/token/create',
   DeleteToken = '/token/delete',
-  CHECK = 'token/check',
+  CHECK = '/token/check',
 }
 /**
  * get token list

Reply via email to