We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a595d3 commit 2b785e6Copy full SHA for 2b785e6
apps/frontend/src/composables/pyroFetch.ts
@@ -88,6 +88,8 @@ export async function usePyroFetch<T>(path: string, options: PyroFetchOptions =
88
401: "Unauthorized",
89
403: "Forbidden",
90
404: "Not Found",
91
+ 405: "Method Not Allowed",
92
+ 429: "Too Many Requests",
93
500: "Internal Server Error",
94
502: "Bad Gateway",
95
};
0 commit comments