Toggle navigation
Toggle navigation
This project
Loading...
Sign in
정민우
/
vps_service
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
ch4n3.yoon
2021-05-14 17:28:54 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0f64cd1534fe3ab449c41c832b532e6501a50788
0f64cd15
1 parent
8d691c49
[Edit] change api base_url
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
frontend/src/utils/http.js
frontend/src/utils/http.js
View file @
0f64cd1
1
import
axios
from
'axios'
1
import
axios
from
'axios'
2
2
3
const
http
=
axios
.
create
({
3
const
http
=
axios
.
create
({
4
-
baseURL
:
'
http://localhost:3000
/'
,
4
+
baseURL
:
'
/api
/'
,
5
withCredentials
:
true
,
5
withCredentials
:
true
,
6
})
6
})
7
7
...
...
Please
register
or
login
to post a comment