Skip to content

Commit

Permalink
Changed app endpoint to render's deployed service.
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-j3sus committed May 8, 2024
1 parent fdee915 commit dbdfd9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class PharmacistApplication : DependenciesContainer, Application() {

companion object {
const val MEDICINE_NOTIFICATION_CHANNEL = "MedicineNotifications"
const val API_ENDPOINT = "http://10.0.2.2:8080"
const val API_ENDPOINT = "https://pharmacist-e9t4.onrender.com"
const val TAG = "PharmacistApp"
}
}

0 comments on commit dbdfd9d

Please sign in to comment.