mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
[bugfix] 😇 (#2476)
This commit is contained in:
parent
8ebb7775a3
commit
97a1fd9a29
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
HeaderAllowsPath = BasePath + "/header_allows"
|
HeaderAllowsPath = BasePath + "/header_allows"
|
||||||
HeaderAllowsPathWithID = HeaderAllowsPath + "/:" + IDKey
|
HeaderAllowsPathWithID = HeaderAllowsPath + "/:" + IDKey
|
||||||
HeaderBlocksPath = BasePath + "/header_blocks"
|
HeaderBlocksPath = BasePath + "/header_blocks"
|
||||||
HeaderBlocksPathWithID = HeaderAllowsPath + "/:" + IDKey
|
HeaderBlocksPathWithID = HeaderBlocksPath + "/:" + IDKey
|
||||||
AccountsPath = BasePath + "/accounts"
|
AccountsPath = BasePath + "/accounts"
|
||||||
AccountsPathWithID = AccountsPath + "/:" + IDKey
|
AccountsPathWithID = AccountsPath + "/:" + IDKey
|
||||||
AccountsActionPath = AccountsPathWithID + "/action"
|
AccountsActionPath = AccountsPathWithID + "/action"
|
||||||
|
|
Loading…
Reference in a new issue