Skip to content

Commit

Permalink
Merge pull request #121 from THT-Team/feature/TOP-95_base_url_changed
Browse files Browse the repository at this point in the history
TOP-95 Api BaseUrl 변경 대응
  • Loading branch information
cwj-c authored Mar 22, 2024
2 parents 33e8e0d + 45e45ae commit ec57f6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/xml/network_security_config.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">tht-talk.store</domain>
<domain includeSubdomains="true">tht-talk.co.kr</domain>
</domain-config>
</network-security-config>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package com.tht.tht.data.constant
object THTApiConstant {
const val TIMEOUT_MILLIS = 5000L

const val BASE_URL = "http://tht-talk.store/"
const val BASE_URL = "http://tht-talk.co.kr/"

object Signup {
const val AUTHENTICATION_NUM = "users/join/certification/phone-number"
Expand Down

0 comments on commit ec57f6a

Please sign in to comment.