1
0
Fork 0

GoToSocial: Fix streaming

It did not like the trailing slash, lol.
This commit is contained in:
Ryan Fox 2022-04-10 16:27:55 -07:00
parent 9f61ebca7c
commit ba14afda40
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ unfavourite (StatusId id) =
streaming : String
streaming =
apiPrefix ++ "/streaming/"
apiPrefix ++ "/streaming"
uploadMedia : String