Closed Kassem2000 closed 8 months ago
POST : http://localhost:8080/api/review { "reviewContent": "Skriv en text", "rating": 5 }
GET ALL: http://localhost:8080/api/review/all
GET BY ID: http://localhost:8080/api/review/{id}
PUT: http://localhost:8080/api/review/{id} { "reviewContent": "Updatera din text eller ändra rating" }
DELETE: http://localhost:8080/api/review/{id}
Kolla om allt funkar
POST : http://localhost:8080/api/review { "reviewContent": "Skriv en text", "rating": 5 }
GET ALL: http://localhost:8080/api/review/all
GET BY ID: http://localhost:8080/api/review/{id}
PUT: http://localhost:8080/api/review/{id} { "reviewContent": "Updatera din text eller ändra rating" }
DELETE: http://localhost:8080/api/review/{id}
Kolla om allt funkar