mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 02:08:36 +00:00
Handle CORS requests (#6289)
This commit is contained in:
committed by
techknowlogick
parent
6fb58a8cdc
commit
34d06f4c6b
@@ -1006,6 +1006,7 @@ func NewServices() {
|
||||
NewLogServices(false)
|
||||
newCacheService()
|
||||
newSessionService()
|
||||
newCORSService()
|
||||
newMailService()
|
||||
newRegisterMailService()
|
||||
newNotifyMailService()
|
||||
|
Reference in New Issue
Block a user