Toggle navigation
Toggle navigation
This project
Loading...
Sign in
엄성진
/
Learn_In_Web
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
sungjin
2021-11-30 18:43:11 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bd92f1a225db8c5a5b9da502e79ebd2b532837dc
bd92f1a2
1 parent
0d42e5c8
Change Server to Https for vercel
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/api/index.js
src/api/index.js
View file @
bd92f1a
1
-
export
const
SERVER_BASE_URL
=
'http://128.199.19.101:4000'
;
...
\ No newline at end of file
...
\ No newline at end of file
1
+
export
const
SERVER_BASE_URL
=
'https://do.sungjin.dev'
;
...
\ No newline at end of file
...
\ No newline at end of file
...
...
Please
register
or
login
to post a comment