Skip to content

Commit

Permalink
There
Browse files Browse the repository at this point in the history
  • Loading branch information
JDJGInc authored Apr 25, 2024
1 parent d97d813 commit 7bf823e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ async def main():

@app.get("/code", response_class=PlainTextResponse)
async def _code(code: Optional[str] = None, state: Optional[str] = None):
print(code, state)

redirect_uri = os.environ["redirect_url"]

Expand All @@ -65,7 +64,6 @@ async def _code(code: Optional[str] = None, state: Optional[str] = None):

@app.get("/full-data")
async def full_data(code: Optional[str] = None, state: Optional[str] = None):
print(code, state)

redirect_uri = os.environ["website_redirect_url"]

Expand Down

0 comments on commit 7bf823e

Please sign in to comment.