mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2024-11-13 17:25:34 +01:00
Merge branch '6-api-hooks-fix' into 'dev'
Added missing hook to index.js Closes #6 See merge request turris/reforis/foris-js!33
This commit is contained in:
commit
644726a0fc
|
@ -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