mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-02 18:43:15 -06:00
changing more stuff
This commit is contained in:
parent
29b4adfb69
commit
0f7cfa75f3
126 changed files with 1060 additions and 920 deletions
|
|
@ -33,7 +33,7 @@ func (m *Module) NodeInfoGETHandler(c *gin.Context) {
|
|||
"user-agent": c.Request.UserAgent(),
|
||||
})
|
||||
|
||||
ni, err := m.processor.GetNodeInfo(c.Request)
|
||||
ni, err := m.processor.GetNodeInfo(c.Request.Context(), c.Request)
|
||||
if err != nil {
|
||||
l.Debugf("error with get node info request: %s", err)
|
||||
c.JSON(err.Code(), err.Safe())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue