mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-31 22:02:25 -05:00
Go fmt
This commit is contained in:
parent
3e6aef00b2
commit
869a6c111c
3 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ const (
|
|||
// NodeInfoWellKnownPath is the base path for serving responses to nodeinfo lookup requests.
|
||||
NodeInfoWellKnownPath = ".well-known/nodeinfo"
|
||||
// NodeInfoBasePath is the path for serving nodeinfo responses.
|
||||
NodeInfoBasePath = "/nodeinfo/2.0"
|
||||
NodeInfoBasePath = "/nodeinfo/2.0"
|
||||
)
|
||||
|
||||
// Module implements the FederationModule interface
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue