feat: zentrale selfhost-dienste bereitstellen
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
type FetchOptions = {
|
||||
method?: "GET" | "POST" | "PATCH" | "DELETE";
|
||||
method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
|
||||
body?: unknown;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user