feat(dashboard): working ignored channels page
This commit is contained in:
parent
1c43beb82f
commit
bccf7caf34
13 changed files with 304 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
export const TOKEN_KEY = "catalogger-token";
|
||||
|
||||
export type HttpMethod = "GET" | "POST" | "PATCH" | "DELETE";
|
||||
export type HttpMethod = "GET" | "POST" | "PATCH" | "PUT" | "DELETE";
|
||||
|
||||
export async function fastFetch(
|
||||
method: HttpMethod,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue