We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9478748 commit dd2c452Copy full SHA for dd2c452
src/app/api/auth/[route]/route.js
@@ -2,7 +2,7 @@
2
import { NextResponse } from 'next/server';
3
import axios from 'axios';
4
5
-const API_BASE_URL = 'https://gdgocinha.com/api/auth'; // 프록시 대상 주소
+const API_BASE_URL = 'https://gdgocinha.site/auth'; // 프록시 대상 주소
6
7
export async function POST(req, { params }) {
8
const action = params.action; // 'refresh' or 'logout'
0 commit comments