Toggle navigation
Toggle navigation
This project
Loading...
Sign in
백승준
/
OSproject
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
SeungJun Baek
2022-06-09 11:32:15 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c5aad85861c9409131d7be8f0f6f7de83187142b
c5aad858
1 parent
b56e52bf
globalcontroller 최종수정
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/backend/controllers/globalController.js
src/backend/controllers/globalController.js
View file @
c5aad85
...
...
@@ -96,7 +96,6 @@ export const finishGithubLogin = async (req,res) =>
const
params
=
new
URLSearchParams
(
config
).
toString
();
const
baseURL
=
`https://github.com/login/oauth/access_token`
;
const
finalURL
=
`
${
baseURL
}
?
${
params
}
`
;
console
.
log
(
finalURL
)
const
data
=
await
fetch
(
finalURL
,{
method
:
"POST"
,
headers
:{
...
...
Please
register
or
login
to post a comment