mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-26 06:00:25 +00:00
formatting
This commit is contained in:
parent
5a5c0a5e0d
commit
b69999a977
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ interface EventInfoApi {
|
|||
|
||||
@GET("/eventkalender/events.json")
|
||||
suspend fun getVocEvents(
|
||||
@Query("filter") filter: String = "upcoming", // {past|upcoming|today|2013}
|
||||
@Query("streaming") streaming: String = "true" // {true|false|undefined}
|
||||
@Query("filter") filter: String = "upcoming", // {past|upcoming|today|2013}
|
||||
@Query("streaming") streaming: String = "true" // {true|false|undefined}
|
||||
): EventInfoWrapperDto
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue