mirror of
https://github.com/LucasVbr/meeting-app.git
synced 2026-07-09 15:08:06 +00:00
Edit Carousel
Took 1 hour 41 minutes
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
const CRUD = {
|
||||
CREATE: "PUT",
|
||||
READ: "GET",
|
||||
UPDATE: "POST",
|
||||
DELETE: "DELETE",
|
||||
};
|
||||
|
||||
export default CRUD;
|
||||
Reference in New Issue
Block a user