Commit 3fc6dd33401143383e8b2ea7cb40fa3b1b9609dd
1 parent
e8f4f55e
update...
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/server_rs/electric/ElectricService.java
| ... | ... | @@ -29,7 +29,7 @@ public class ElectricService { |
| 29 | 29 | JdbcTemplate jdbcTemplate; |
| 30 | 30 | |
| 31 | 31 | @GET |
| 32 | - @Path("/company/{company}/{rq}") | |
| 32 | + @Path("/{company}/{rq}") | |
| 33 | 33 | public List<Electric> list(@PathParam("company") String company, @PathParam("rq") String rq){ |
| 34 | 34 | List<Electric> list = null; |
| 35 | 35 | try { | ... | ... |