Skip to content

Commit

Permalink
✨ Feat(#239): 내 프로필 페이지 API 연동
Browse files Browse the repository at this point in the history
✨ Feat(#239): 내 프로필 페이지 API 연동
  • Loading branch information
sscoderati authored Nov 24, 2023
2 parents 279784d + 172826a commit 52c9e76
Show file tree
Hide file tree
Showing 8 changed files with 489 additions and 57 deletions.
2 changes: 0 additions & 2 deletions src/app/(auth)/api/login/route.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { cookies } from "next/headers";
import type { NextRequest } from "next/server";

export const dynamic = "force-dynamic";

export async function POST(req: NextRequest) {
try {
const { token } = await req.json();
Expand Down
Loading

0 comments on commit 52c9e76

Please sign in to comment.