chore: patch for ee

This commit is contained in:
shivanshu 2024-08-23 21:45:09 +05:30
parent b798518aa9
commit 74162456e5
No known key found for this signature in database
GPG Key ID: 0F9ACBC3AA12DC71

View File

@ -360,6 +360,7 @@ func (s *Server) createPublicServer(apiHandler *api.APIHandler) (*http.Server, e
apiHandler.RegisterQueryRangeV3Routes(r, am)
apiHandler.RegisterQueryRangeV4Routes(r, am)
apiHandler.RegisterWebSocketPaths(r, am)
apiHandler.RegisterMessagingQueuesRoutes(r, am)
c := cors.New(cors.Options{
AllowedOrigins: []string{"*"},