From d3cb9bd7a06eef885be07c49925fa6ab73e2dd06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20M=C3=BCller?= Date: Tue, 28 Jul 2026 11:06:45 +0200 Subject: [PATCH] fix(backend): fixed cors error on build dev environment --- ai-context.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-context.ps1 b/ai-context.ps1 index decb4dd..d3ac532 100644 --- a/ai-context.ps1 +++ b/ai-context.ps1 @@ -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." \ No newline at end of file +Write-Host "Erfolgreich! Der Kontext für Backend und Frontend wurde in '$OutFile' gespeichert.." \ No newline at end of file