Skip to content

Commit 7207531

Browse files
committed
feat: update camera
Signed-off-by: Otavio Santana <[email protected]>
1 parent 8bc399f commit 7207531

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/java/org/jnosql/demoee/DevelopersResource.java renamed to src/main/java/org/jnosql/demoee/CameraResource.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@
1414
import jakarta.ws.rs.core.MediaType;
1515
import jakarta.ws.rs.core.Response;
1616

17-
import java.time.LocalDate;
1817
import java.util.List;
1918

20-
@Path("developers")
19+
@Path("cameras")
2120
@Consumes({MediaType.APPLICATION_JSON})
2221
@Produces({MediaType.APPLICATION_JSON})
23-
public class DevelopersResource {
22+
public class CameraResource {
2423

2524
@Inject
2625
CameraService service;

0 commit comments

Comments
 (0)