- Create feature admin gallery
Get All
{ "status": "succesfull", "message": "Create Gallery Successfully!", "galleries": [ { "id": "uuid", "title":"Meet and Greet", "Description" : "Pertemuan dari anggota Surabaya Dev", "image": "url image" }, { "id": "uuid", "title":"DevFest", "Description" : "Pertemuan dari anggota Surabaya Dev", "image": "url image" } ] }
Create / Update
{ "title":"Meet and Greet", "Description" : "Pertemuan dari anggota Surabaya Dev", "image": "url image" }
Get All
{ "status": "succesfull", "message": "Create Gallery Successfully!", "galleries": [ { "id": "uuid", "title":"Meet and Greet", "Description" : "Pertemuan dari anggota Surabaya Dev", "image": "url image" }, { "id": "uuid", "title":"DevFest", "Description" : "Pertemuan dari anggota Surabaya Dev", "image": "url image" } ] }Create / Update
{ "title":"Meet and Greet", "Description" : "Pertemuan dari anggota Surabaya Dev", "image": "url image" }