Skip to content

Commit

Permalink
chore: 중복 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong-Mu committed Apr 30, 2024
1 parent 959b36c commit 8fd51fd
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@

public interface DataSeoulAPI {

@GetExchange("/1360000/VilageFcstInfoService_2.0/getVilageFcst?serviceKey={serviceKey}&pageNo=1&numOfRows=1000&dataType=json&base_date={base_date}&base_time={base_time}&nx={nx}&ny={ny}")
WeatherAPIResponse getWeather(
@PathVariable("serviceKey") String serviceKey,
@PathVariable("base_date") String baseDate,
@PathVariable("base_time") String baseTime,
@PathVariable("nx") int nx,
@PathVariable("ny") int ny
);

@GetExchange("/{serviceKey}/json/ListAirQualityByDistrictService/1/1/{code}/")
PollutionAPIResponse getPollution(
@PathVariable("serviceKey") String serviceKey,
Expand Down

0 comments on commit 8fd51fd

Please sign in to comment.