mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-02 01:12:26 -05:00
tidy
This commit is contained in:
parent
c92a72fdea
commit
0775e51a36
8 changed files with 23 additions and 29 deletions
|
|
@ -33,12 +33,8 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
idKey = "id"
|
||||
basePath = "/api/v1/admin"
|
||||
emojiPath = basePath + "/custom_emojis"
|
||||
basePathWithID = basePath + "/:" + idKey
|
||||
verifyPath = basePath + "/verify_credentials"
|
||||
updateCredentialsPath = basePath + "/update_credentials"
|
||||
basePath = "/api/v1/admin"
|
||||
emojiPath = basePath + "/custom_emojis"
|
||||
)
|
||||
|
||||
type adminModule struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue