From ad61ac0d3ad5c9842bf28e2728b57c4c32c44814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cmineii=E2=80=9D?= Date: Fri, 3 Feb 2023 03:18:51 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20#18=20=EA=B0=80=EA=B2=8C=EC=84=A4?= =?UTF-8?q?=EB=AA=85=20=EC=95=84=EC=9B=83=EB=9D=BC=EC=9D=B8=20=EB=B0=8F=20?= =?UTF-8?q?CORS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- public/index.html | 2 +- src/components/StoreRegister/StoreRegisterInput.tsx | 2 +- src/components/WaitingList/StoreInformation.scss | 4 +++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 2ec1742..8017ea2 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "typescript": "^4.9.4", "web-vitals": "^2.1.4" }, - "proxy": "https://naveropenapi.apigw.ntruss.com", + "scripts": { "start": "react-scripts start", "build": "react-scripts build", diff --git a/public/index.html b/public/index.html index d3c4996..ce33dea 100644 --- a/public/index.html +++ b/public/index.html @@ -1,5 +1,5 @@ - + diff --git a/src/components/StoreRegister/StoreRegisterInput.tsx b/src/components/StoreRegister/StoreRegisterInput.tsx index f31891e..21dbad1 100644 --- a/src/components/StoreRegister/StoreRegisterInput.tsx +++ b/src/components/StoreRegister/StoreRegisterInput.tsx @@ -19,7 +19,7 @@ export default function RegisterInput() { const storeSearch =()=>{ - axios.get(`map-geocode/v2/geocode?query=${posts}`, + axios.get(`https://naveropenapi.apigw.ntruss.com/map-geocode/v2/geocode?query=${posts}`, { headers: { "X-NCP-APIGW-API-KEY-ID": "pg98qmcln0", diff --git a/src/components/WaitingList/StoreInformation.scss b/src/components/WaitingList/StoreInformation.scss index 91b3181..94f8414 100644 --- a/src/components/WaitingList/StoreInformation.scss +++ b/src/components/WaitingList/StoreInformation.scss @@ -17,7 +17,8 @@ background-color: #FFF8BA; border:none; font-family: 'BMJUA'; - font-size:medium + font-size:medium; + outline: none; } .InformationOutline{ @@ -28,6 +29,7 @@ height: 32em; background-color: #FFF8BA; border:none; + outline: none; } .InformationSaveButton{