Skip to content
Snippets Groups Projects

Sveltekit mig

Merged David Trattnig requested to merge sveltekit-mig into main
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -28,6 +28,9 @@ $allowed_origins = [
'http://localhost:5000',
'http://127.0.0.1:5000',
'http://0.0.0.0:5000',
'http://localhost:5173',
'http://127.0.0.1:5173',
'http://0.0.0.0:5173',
'http://o94.home',
'https://www-dev.o94.at',
'https://o94.at',
@@ -57,4 +60,3 @@ $response = curl_exec($c);
curl_close($c);
echo $response;
?>
Loading