mirror of
https://github.com/Polaris-Entertainment/bytefy.git
synced 2026-04-09 09:29:39 +00:00
ci: fix cors
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -64,6 +64,7 @@ jobs:
|
|||||||
AllowedOrigins = @(
|
AllowedOrigins = @(
|
||||||
"http://localhost:4200"
|
"http://localhost:4200"
|
||||||
"https://localhost:4200"
|
"https://localhost:4200"
|
||||||
|
"https://bytefy.net"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
Seq = @{
|
Seq = @{
|
||||||
|
|||||||
Reference in New Issue
Block a user