feat(dashboard): working ignored channels page

This commit is contained in:
sam 2024-10-20 15:20:22 +02:00
parent 1c43beb82f
commit bccf7caf34
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
13 changed files with 304 additions and 8 deletions

View file

@ -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,