Skip to content

Commit

Permalink
Changing url for project child locations.
Browse files Browse the repository at this point in the history
  • Loading branch information
rma-rripken committed Aug 6, 2024
1 parent 5912c77 commit 6803358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cwms-data-api/src/main/java/cwms/cda/ApiServlet.java
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ protected void configureRoutes() {
cdaCrudCache(virtualOutletPath, new VirtualOutletController(metrics), requiredRoles, 1, TimeUnit.DAYS);
post(virtualOutletCreatePath, new VirtualOutletCreateController(metrics));

get("/projects/child-locations/", new ProjectChildLocationHandler(metrics));
get("/projects/locations/", new ProjectChildLocationHandler(metrics));
cdaCrudCache(format("/projects/{%s}", Controllers.NAME),
new ProjectController(metrics), requiredRoles,5, TimeUnit.MINUTES);
cdaCrudCache(format("/properties/{%s}", Controllers.NAME),
Expand Down

0 comments on commit 6803358

Please sign in to comment.