Skip to content

Commit

Permalink
chore: 잡다한 포맷 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
2yunseong committed Nov 21, 2023
1 parent 322cf53 commit edf3023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/api-v2/apiv2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { ErrorResponse } from 'types/response';
import { getLocalStorageItem, removeLocalStorageItem } from 'utils/localStorage';

const apiV2 = axios.create({
baseURL: 'http://192.168.5.254:8080',
baseURL: process.env.REACT_APP_SERVER_URL,
// baseURL: 'http://192.168.2.160:8080/',
headers: {
'Content-type': 'application/json',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const GuestReservationForm = ({
<TimePicker
label="예약시간"
range={range}
step={reservationTimeStep as Step}
step={10}
selectedTime={selectedTime}
onClick={onClick}
onChange={onChange}
Expand Down

0 comments on commit edf3023

Please sign in to comment.