Skip to content

Commit 2d2604b

Browse files
authored
Update: Paxi prod api uri (#115)
1 parent c2f4577 commit 2d2604b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/axios.instance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const PoPoAxios = axios.create({
1818

1919
export const paxiApiUrl =
2020
next_env === 'prod'
21-
? 'https://api.paxi.popo-dev.poapper.club' // TODO: Prod 서비스 할 때 수정
21+
? 'https://api.paxi.popo.poapper.club'
2222
: next_env === 'dev'
2323
? 'https://api.paxi.popo-dev.poapper.club'
2424
: next_env === 'local'

0 commit comments

Comments
 (0)