Commit e75e4ca5478c477088fd26c3174c18bbc09603ba
1 parent
2ca4c2e8
update...
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/server_rs/base_info/station/StationRestService.java
| ... | ... | @@ -27,7 +27,7 @@ public class StationRestService { |
| 27 | 27 | } |
| 28 | 28 | |
| 29 | 29 | @GET |
| 30 | - @Path("/{lineCode}") | |
| 30 | + @Path("/line/{lineCode}") | |
| 31 | 31 | public Map<String, Collection<StationRotue>> findByLineCode(@PathParam("lineCode") String lineCode){ |
| 32 | 32 | return StationBufferData.findRouteByLineCode(lineCode); |
| 33 | 33 | } | ... | ... |