feat : 로그인 기능 구현
SpecialSource Frontend CD / deploy (push) Successful in 9s

This commit is contained in:
2026-05-26 13:19:36 +09:00
parent eb7de0fc11
commit 671f53f428
5 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export default defineConfig({
proxy: {
// 로컬에서 /api로 요청을 보내면 백엔드 NAS 서버로 주소를 전달해 줍니다.
'/api': {
target: 'http://192.168.0.215:18080',
target: 'http://localhost:8080',
changeOrigin: true
}
}