Skip to content

Commit

Permalink
feat: #18 가게설명 아웃라인 및 CORS
Browse files Browse the repository at this point in the history
  • Loading branch information
mineii committed Feb 2, 2023
1 parent 22ca916 commit ad61ac0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="ko">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
Expand Down
2 changes: 1 addition & 1 deletion src/components/StoreRegister/StoreRegisterInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 3 additions & 1 deletion src/components/WaitingList/StoreInformation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
background-color: #FFF8BA;
border:none;
font-family: 'BMJUA';
font-size:medium
font-size:medium;
outline: none;
}

.InformationOutline{
Expand All @@ -28,6 +29,7 @@
height: 32em;
background-color: #FFF8BA;
border:none;
outline: none;
}

.InformationSaveButton{
Expand Down

0 comments on commit ad61ac0

Please sign in to comment.