Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend
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
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
idatt2106-2024-07
frontend
Commits
4ea0242e
Commit
4ea0242e
authored
11 months ago
by
Victor Ekholt Gunrell Kaste
Browse files
Options
Downloads
Patches
Plain Diff
feat: fix OpenAPI.ts
parent
5740e9ce
Branches
errorFix
Branches containing commit
No related tags found
1 merge request
!94
feat: Updated spec file
Pipeline
#284338
passed with warnings
11 months ago
Stage: install
Stage: build
Stage: test
Stage: lint
Stage: docker_build_and_push
Stage: deploy_docker
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/api/core/OpenAPI.ts
+1
-1
1 addition, 1 deletion
src/api/core/OpenAPI.ts
with
1 addition
and
1 deletion
src/api/core/OpenAPI.ts
+
1
−
1
View file @
4ea0242e
...
...
@@ -20,7 +20,7 @@ export type OpenAPIConfig = {
};
export
const
OpenAPI
:
OpenAPIConfig
=
{
BASE
:
'
import.meta.env.VITE_APP_API_URL
'
,
BASE
:
import
.
meta
.
env
.
VITE_APP_API_URL
,
VERSION
:
'
3.0
'
,
WITH_CREDENTIALS
:
false
,
CREDENTIALS
:
'
include
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment