Files
user/vercel.json
2025-07-02 21:56:37 +09:00

10 lines
139 B
JSON

{
"rewrites": [
{
"source": "/scm/api/(.*)",
"destination": "http://talk.kospo.co.kr:3000/api/user/info/sm"
}
]
}