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
survey
84859bc2a58513edd6f3f0e0fd28586c881bed87
84859bc2a58513edd6f3f0e0fd28586c881bed87
Switch branch/tag
survey
frontend
src
apis
axios.config.ts
Find file
Normal view
History
Permalink
axios.config.ts
93 Bytes
Edit
Web IDE
Newer
Older
custom axios로 변경
Yoon, Daeki
committed
Nov 15, 2022
1
2
3
4
5
import
axios
from
"
axios
"
;
const
customAxios
=
axios
.
create
();
export
default
customAxios
;