Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
play
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
play
Merge requests
!4
Sveltekit mig
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Sveltekit mig
sveltekit-mig
into
main
Overview
0
Commits
57
Pipelines
10
Changes
1
Merged
David Trattnig
requested to merge
sveltekit-mig
into
main
8 months ago
Overview
0
Commits
57
Pipelines
10
Changes
1
Expand
0
0
Merge request reports
Viewing commit
7851a63a
Prev
Next
Show latest version
1 file
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
7851a63a
chore: add sveltekit dev ports
· 7851a63a
David Trattnig
authored
8 months ago
contrib/cba-api-proxy/media.php
+
3
−
1
Options
@@ -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