We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f4577 commit 2d2604bCopy full SHA for 2d2604b
utils/axios.instance.js
@@ -18,7 +18,7 @@ export const PoPoAxios = axios.create({
18
19
export const paxiApiUrl =
20
next_env === 'prod'
21
- ? 'https://api.paxi.popo-dev.poapper.club' // TODO: Prod 서비스 할 때 수정
+ ? 'https://api.paxi.popo.poapper.club'
22
: next_env === 'dev'
23
? 'https://api.paxi.popo-dev.poapper.club'
24
: next_env === 'local'
0 commit comments