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:08:42 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f21aeb2ca07459990844a9245fb97802c18cba25
f21aeb2c
1 parent
e364827a
[Edit] Change Local test Server url
Hide 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 @
f21aeb2
import
axios
from
'axios'
const
http
=
axios
.
create
({
baseURL
:
'http://
192.168.241.128:303
0/'
,
baseURL
:
'http://
localhost:300
0/'
,
withCredentials
:
true
,
})
...
...
Please
register
or
login
to post a comment