diff --git a/.env b/.env index 06fc746..226c340 100644 --- a/.env +++ b/.env @@ -5,7 +5,7 @@ # See the documentation for all the connection string options: https://pris.ly/d/connection-strings VUE_APP_AUTH_HOST="http://localhost:2000" -VUE_APP_BACKEND_HOST="http://localhost:3000" +VUE_APP_TODO_HOST="http://localhost:3000" #LocalStorage는 Edge 브라우저의 개발툴 > 응용프로그램 > 로컬 저장소에서 확인가능 VUE_APP_TABLE_DEFAULT_PERPAGE = 10 \ No newline at end of file diff --git a/src/components/LoginComponent.vue b/src/components/LoginComponent.vue index be9b3c3..46b75f1 100644 --- a/src/components/LoginComponent.vue +++ b/src/components/LoginComponent.vue @@ -49,7 +49,7 @@