Skip to content

Commit

Permalink
fix(api): add missing leading slash in CHECK API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
goby-ao committed Mar 3, 2025
1 parent 1a9c9a4 commit c7b2db0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ enum Api {
ToggleTokenStatus = '/token/toggle',
AddToken = '/token/create',
DeleteToken = '/token/delete',
CHECK = 'token/check',
CHECK = '/token/check',
}
/**
* get token list
Expand Down

0 comments on commit c7b2db0

Please sign in to comment.