Skip to content

Commit

Permalink
chore: API 서버 URL 수정 (#904)
Browse files Browse the repository at this point in the history
feat: api 서버 url 수정
  • Loading branch information
Sangwook02 authored Feb 19, 2025
1 parent 243325e commit 848076b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ private UrlConstant() {}
Stream.concat(DEV_CLIENT_URLS.stream(), LOCAL_CLIENT_URLS.stream()).toList();

// 서버 URL
public static final String PROD_SERVER_URL = "https://api.gdschongik.com";
public static final String DEV_SERVER_URL = "https://dev-api.gdschongik.com";
public static final String PROD_SERVER_URL = "https://api.wawoo.dev";
public static final String DEV_SERVER_URL = "https://dev-api.wawoo.dev";
public static final String LOCAL_SERVER_URL = "http://localhost:8080";

// 기타
Expand Down

0 comments on commit 848076b

Please sign in to comment.