Merge pull request #5766 from shivanshuraj1333/patch-for-ee

patch for ee
This commit is contained in:
Shivanshu Raj Shrivastava 2024-08-23 21:57:09 +05:30 committed by GitHub
commit 1685f0e74f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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{"*"},