Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
vridge-docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
JIRA
JIRA
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Gyeongho Park
vridge-docs
Commits
ecf01a03
Commit
ecf01a03
authored
Apr 13, 2023
by
shj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] api 요청 오류 처리 - axios url 수정
parent
0f5b1be6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
nuxt.config.js
docs-front/nuxt.config.js
+1
-2
No files found.
docs-front/nuxt.config.js
View file @
ecf01a03
...
@@ -121,8 +121,7 @@ export default {
...
@@ -121,8 +121,7 @@ export default {
},
},
axios
:{
axios
:{
host
:
"http://docs.vridgeai.com"
,
baseURL
:
(
process
.
env
.
API_URL
||
'https://docs.vridgeai.com'
)
+
'/api'
,
// 개발 서버
prefix
:
"/api"
,
},
},
healthCheck
:
{
healthCheck
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment