mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-12-03 02:33:36 +01:00
Resolve "Handle PATCH request"
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
// API
|
||||
export { useAPIGet, useAPIPost, useAPIDelete } from "./api/hooks";
|
||||
export { useAPIGet } from "api/get";
|
||||
export { useAPIPost } from "api/post";
|
||||
export { useAPIDelete } from "api/delete";
|
||||
export { useAPIPatch } from "api/patch";
|
||||
|
||||
// Bootstrap
|
||||
export { Alert } from "bootstrap/Alert";
|
||||
|
||||
Reference in New Issue
Block a user