We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 661b0aa + 1cc3bbc commit 547190eCopy full SHA for 547190e
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