mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2024-11-14 17:35:35 +01:00
Added missing hook to index.js
This commit is contained in:
parent
81dedf59cd
commit
654ae6914a
|
@ -7,7 +7,7 @@
|
|||
|
||||
// API
|
||||
export {
|
||||
useAPIGet, useAPIPost, useAPIDelete, useAPIPatch,
|
||||
useAPIGet, useAPIPost, useAPIPatch, useAPIPut, useAPIDelete,
|
||||
} from "api/hooks";
|
||||
export { API_STATE } from "api/utils";
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user