mirror of
https://github.com/go-gitea/gitea
synced 2025-12-07 13:28:25 +00:00
Handle CORS requests (#6289)
This commit is contained in:
committed by
techknowlogick
parent
6fb58a8cdc
commit
34d06f4c6b
+1
-1
@@ -12,4 +12,4 @@ vet:
|
||||
go vet
|
||||
|
||||
coverage:
|
||||
go test -coverprofile=c.out && go tool cover -html=c.out && rm c.out
|
||||
go test -coverprofile=c.out && go tool cover -html=c.out && rm c.out
|
||||
|
||||
Reference in New Issue
Block a user