fix channel cache not updating
This commit is contained in:
@@ -64,7 +64,7 @@ func main() {
|
||||
http.HandleFunc("GET /hub/channel/messages", withCORS(httpRequest.HandleHubChannelGetMessages))
|
||||
http.HandleFunc("GET /hub/channel", withCORS(httpRequest.GetChannelData))
|
||||
http.HandleFunc("GET /hubs", withCORS(httpRequest.HandleGetHubs))
|
||||
http.HandleFunc("GET /hubs/channels", withCORS(httpRequest.HandleGetChannels))
|
||||
http.HandleFunc("GET /hub/channels", withCORS(httpRequest.HandleGetChannels))
|
||||
http.HandleFunc("GET /hubs/users", withCORS(httpRequest.HandleGetHubUsers))
|
||||
http.HandleFunc("GET /hubs/roles", withCORS(httpRequest.GetRoles))
|
||||
http.HandleFunc("PUT /hub/join", withCORS(httpRequest.HandleHubJoin))
|
||||
|
||||
Reference in New Issue
Block a user