1
0
Fork 0

Fix double slash added to many endpoints.

This commit is contained in:
Nicolas Perriault 2017-05-03 09:11:52 +02:00
parent 89089b0ccf
commit 474c400f09
No known key found for this signature in database
GPG Key ID: DA5E4C83904F7A2A
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ module Mastodon.ApiUrl
apiPrefix : String
apiPrefix =
"/api/v1/"
"/api/v1"
apps : String