file deleting
This commit is contained in:
parent
7d98b15780
commit
6089c569a1
5 changed files with 74 additions and 36 deletions
|
@ -27,4 +27,5 @@ const proxy = async ({ send, url, pathname, request }: RequestEvent) => {
|
|||
};
|
||||
|
||||
export const onGet: RequestHandler = proxy;
|
||||
export const onPost: RequestHandler = proxy;
|
||||
export const onPost: RequestHandler = proxy;
|
||||
export const onDelete: RequestHandler = proxy;
|
Loading…
Add table
Add a link
Reference in a new issue