Skip to content

Commit

Permalink
Update main.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
BlowaterNostr committed May 1, 2024
1 parent 5629e7a commit d56450c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,7 @@ const root_handler = (
} & EventReadWriter,
) =>
async (req: Request, info: Deno.ServeHandlerInfo) => {
console.log(info.remoteAddr);

console.log(req)
const { pathname, protocol } = new URL(req.url);
if (pathname === "/api/auth/login") {
const body = await req.json();
Expand Down

0 comments on commit d56450c

Please sign in to comment.