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
8b8c6f9cc35a515b89b6be4f20dd8270b250b692
8b8c6f9cc35a515b89b6be4f20dd8270b250b692
Switch branch/tag
survey
frontend
src
apis
baseUrl.ts
Find file
Normal view
History
Permalink
baseUrl.ts
83 Bytes
Edit
Web IDE
Newer
Older
인증 컨텍스트 및 도우미 파일 추가
Yoon, Daeki
committed
Jul 05, 2022
1
export
default
"
/api
"
;
front에서 이미지 요청 방법
Yoon, Daeki
committed
Jul 16, 2022
2
export
const
baseImageUrl
=
"
http://localhost:3000/images
"
;