Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Medic
exam-sso-frontend
Commits
adb0e123
Commit
adb0e123
authored
Jul 13, 2019
by
ianleong3712
Browse files
feat: update base url
parent
9dc7d895
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/utils/config.ts
View file @
adb0e123
import
{
AxiosResponse
,
AxiosRequestConfig
}
from
'
axios
'
;
const
axiosConfig
:
AxiosRequestConfig
=
{
baseURL
:
'
https://sso.tcu.fhir.tw/
'
,
baseURL
:
'
https://sso.tcu.fhir.tw/
api/
'
,
timeout
:
30000
,
validateStatus
(
status
:
number
)
{
return
status
>=
200
&&
status
<
300
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment