Skip to content

Commit 865f409

Browse files
SloyCopilot
andauthored
Update app/src/main/java/com/sloy/sevibus/data/api/SevibusApi.kt
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0ee7203 commit 865f409

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/sloy/sevibus/data/api/SevibusApi.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ interface SevibusApi {
3333
@GET("path/{route}?format=polyline")
3434
suspend fun getPath(@Path("route") route: RouteId): PathDto
3535

36-
@GET("paths/")
36+
@GET("paths")
3737
suspend fun getPaths(): List<PathDto>
3838

3939
@POST("path/checkNewAndUpdated?format=polyline")

0 commit comments

Comments
 (0)