Able to manage channels now

This commit is contained in:
JustSong
2023-04-23 15:42:23 +08:00
parent 63da6dc6a0
commit 9fc375c604
9 changed files with 196 additions and 216 deletions

View File

@@ -115,7 +115,7 @@ const TokensTable = () => {
return;
}
setSearching(true);
const res = await API.get(`/api/token/search?keyword=${searchKeyword}/`);
const res = await API.get(`/api/token/search?keyword=${searchKeyword}`);
const { success, message, data } = res.data;
if (success) {
setTokens(data);