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 00:45:21 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0854ed67b45866c80cf533366be576d065cbb392
0854ed67
1 parent
c26bab22
End release setting
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
6 deletions
src/api/index.js
src/pages/api/hello.js
src/api/index.js
View file @
0854ed6
export
const
SERVER_BASE_URL
=
'https://do.sungjin.dev'
;
\ No newline at end of file
export
const
SERVER_BASE_URL
=
'LOCAL_SERVER_BASE_URL'
;
\ No newline at end of file
...
...
src/pages/api/hello.js
deleted
100755 → 0
View file @
c26bab2
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction
export
default
function
handler
(
req
,
res
)
{
res
.
status
(
200
).
json
({
name
:
'John Doe'
})
}
Please
register
or
login
to post a comment