Skip to content

Commit

Permalink
update cowin api uri
Browse files Browse the repository at this point in the history
  • Loading branch information
rajulbabel committed Jun 13, 2021
1 parent af251f4 commit 3f109f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/vaccinenotifier/api/CoWin.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

public interface CoWin {

@GET("/api/v2/appointment/sessions/calendarByDistrict")
@GET("/api/v2/appointment/sessions/public/calendarByDistrict")
Call<GetSlotsResponse> getSlots(@Query("district_id") Integer districtId, @Query("date") String date, @Header("User-Agent") String userAgent);
}

0 comments on commit 3f109f8

Please sign in to comment.