We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785061e commit c037fbaCopy full SHA for c037fba
1 file changed
app/src/main/java/com/dscvit/vitty/util/WebConstants.kt
@@ -1,12 +1,6 @@
1
package com.dscvit.vitty.util
2
3
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"
+ const val COMMUNITY_BASE_URL = "https://api-vitty.dscvit.com"
11
const val TIMEOUT = 10
12
}
0 commit comments