1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-07-05 16:22:26 +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:
Maciej Lenartowicz
2019-11-05 12:03:43 +00:00

View File

@ -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";