fix(backend): fixed cors error on build dev environment
This commit is contained in:
parent
ca1d79acb0
commit
69395368cf
1 changed files with 1 additions and 1 deletions
|
|
@ -28,4 +28,4 @@ foreach ($f in $Files) {
|
|||
"`n" | Out-File -Append $OutFile -Encoding UTF8
|
||||
}
|
||||
|
||||
Write-Host "Erfolgreich! Der Kontext für Backend und Frontend wurde in '$OutFile' gespeichert.."
|
||||
Write-Host "Erfolgreich! Der Kontext für Backend und Frontend wurde in '$OutFile' gespeichert."
|
||||
Loading…
Reference in a new issue