mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-06-15 13:36:35 +02:00
Added missing hook to index.js
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
// API
|
// API
|
||||||
export {
|
export {
|
||||||
useAPIGet, useAPIPost, useAPIDelete, useAPIPatch,
|
useAPIGet, useAPIPost, useAPIPatch, useAPIPut, useAPIDelete,
|
||||||
} from "api/hooks";
|
} from "api/hooks";
|
||||||
export { API_STATE } from "api/utils";
|
export { API_STATE } from "api/utils";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user