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-12-06 18:33:57 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a539b812c4bf451621ee600689b3f4305a58fa63
a539b812
1 parent
7874c79d
Change Server Base Url.
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 @
a539b81
1
-
export
const
SERVER_BASE_URL
=
'LOCAL_SERVER_BASE_URL'
;
...
\ 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