1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-06-16 13:46:16 +02:00

DELETE method in API hooks

This commit is contained in:
Maciej Lenartowicz
2019-09-10 08:30:42 +00:00
parent 481bfee0cd
commit 4ff3e33411
5 changed files with 201 additions and 46 deletions

View File

@ -1,5 +1,5 @@
// API
export { useAPIGet, useAPIPost } from "./api/hooks";
export { useAPIGet, useAPIPost, useAPIDelete } from "./api/hooks";
// Bootstrap
export { Alert } from "bootstrap/Alert";