mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-05-12 10:00:55 +02: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…
x
Reference in New Issue
Block a user