mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
nodeinfo compliance (#61)
This commit is contained in:
@ -4,5 +4,5 @@ import "github.com/gin-gonic/gin"
|
||||
|
||||
// ExtraHeaders adds any additional required headers to the response
|
||||
func (m *Module) ExtraHeaders(c *gin.Context) {
|
||||
c.Header("Server", "Mastodon")
|
||||
c.Header("Server", "gotosocial")
|
||||
}
|
||||
|
Reference in New Issue
Block a user