@@ -16,7 +16,7 @@ func (s *Server) Admin() *fiber.App {
iferr!=nil{
returnerr
}
varresponse[]byte
response:=make([]byte,2)
binary.LittleEndian.PutUint16(response,prefix)
returnc.Send(response)
})
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.