Skip to content

Commit 0eb3182

Browse files
authored
update api server base url
1 parent ce4edc9 commit 0eb3182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ kotlin.code.style=official
2121
# resources declared in the library itself and none from the library's dependencies,
2222
# thereby reducing the size of the R class for that library
2323
android.nonTransitiveRClass=true
24-
BASE_URL="https://kizzyapi-1-z9614716.deta.app"
24+
BASE_URL="https://kizzy-api.cjjdxhdjd.workers.dev"
2525
org.gradle.unsafe.configuration-cache=true
2626
android.defaults.buildfeatures.buildconfig=true
2727
android.nonFinalResIds=false
2828
DISCORD_API_URL="https://discord.com/api/v10"
29-
GITHUB_API_URL="https://api.github.com"
29+
GITHUB_API_URL="https://api.github.com"

0 commit comments

Comments
 (0)