1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-07-02 20:30:27 +00: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:
Maciej Lenartowicz 2019-11-05 12:03:43 +00:00
commit 644726a0fc

View File

@ -7,7 +7,7 @@
// API
export {
useAPIGet, useAPIPost, useAPIDelete, useAPIPatch,
useAPIGet, useAPIPost, useAPIPatch, useAPIPut, useAPIDelete,
} from "api/hooks";
export { API_STATE } from "api/utils";