SwapIt
/
app
/
api
/
drive
/
route.js
route.js
Raw
export
const
GET
=
async
(
)
=>
{
return
new
Response
(
JSON
.
stringify
(
accessToken
)
,
{
status
:
200
}
)
}
;