Skip to content

Commit c037fba

Browse files
authored
fix: COMMUNITY_BASE_URL to the production API endpoint (#47)
1 parent 785061e commit c037fba

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
package com.dscvit.vitty.util
22

33
object WebConstants {
4-
const val COMMUNITY_BASE_URL =
5-
// "https://vitty-api.dscvit.com"
6-
7-
"https://visiting-eba-vitty-d61856bb.koyeb.app"
8-
9-
// "https://f9f6e04fe202.ngrok-free.app"
10-
// "http://192.168.137.238"
4+
const val COMMUNITY_BASE_URL = "https://api-vitty.dscvit.com"
115
const val TIMEOUT = 10
126
}

0 commit comments

Comments
 (0)