Skip to content

Commit

Permalink
update api server base url
Browse files Browse the repository at this point in the history
  • Loading branch information
dead8309 authored Oct 1, 2024
1 parent ce4edc9 commit 0eb3182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ kotlin.code.style=official
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
BASE_URL="https://kizzyapi-1-z9614716.deta.app"
BASE_URL="https://kizzy-api.cjjdxhdjd.workers.dev"
org.gradle.unsafe.configuration-cache=true
android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false
DISCORD_API_URL="https://discord.com/api/v10"
GITHUB_API_URL="https://api.github.com"
GITHUB_API_URL="https://api.github.com"

0 comments on commit 0eb3182

Please sign in to comment.