mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-27 19:23:31 -06:00
fmt + lint
This commit is contained in:
parent
d68c64505b
commit
a602a3d9d2
21 changed files with 51 additions and 22 deletions
|
|
@ -33,8 +33,10 @@ import (
|
|||
|
||||
// BasePath is the base API path for making media requests
|
||||
const BasePath = "/api/v1/media"
|
||||
|
||||
// IDKey is the key for media attachment IDs
|
||||
const IDKey = "id"
|
||||
|
||||
// BasePathWithID corresponds to a media attachment with the given ID
|
||||
const BasePathWithID = BasePath + "/:" + IDKey
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue