Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
bora-it
Commits
5bc56dd0
Commit
5bc56dd0
authored
Jul 14, 2021
by
Kim, Chaerin
Browse files
api error 해결
parent
fc21aec5
Changes
2
Hide whitespace changes
Inline
Side-by-side
client/package.json
View file @
5bc56dd0
...
...
@@ -40,5 +40,6 @@
"last 1 firefox version"
,
"last 1 safari version"
]
}
},
"proxy"
:
"http://localhost:8080"
}
client/src/apis/endpoints.js
View file @
5bc56dd0
const
endpoints
=
{
API_BASE_URL
:
"
https://localhost:8080/api
"
,
HOME_API
:
""
,
API_BASE_URL
:
"
http://localhost:8080/api
"
,
ROOM_API
:
"
room
"
,
PROFILE_API
:
"
profile
"
,
};
...
...
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