fmt + lint

This commit is contained in:
tsmethurst 2021-05-15 11:53:38 +02:00
commit a602a3d9d2
21 changed files with 51 additions and 22 deletions

View file

@ -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