Skip to content

Commit

Permalink
Update ApiEndpoint.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
AzharRivaldi authored May 28, 2021
1 parent bde08a3 commit 495b882
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ package com.azhar.enkripsidekripsi.networking
*/

object ApiEndpoint {
var BASEURL_ENCRYPT = "https://hadi-api.herokuapp.com/api/base64?teks={encrypt}&method=encrypt"
var BASEURL_DECRYPT = "https://hadi-api.herokuapp.com/api/base64?teks={decrypt}&method=decrypt"
}
val BASEURL_ENCRYPT = "https://hadi-api.herokuapp.com/api/base64?teks={encrypt}&method=encrypt"
val BASEURL_DECRYPT = "https://hadi-api.herokuapp.com/api/base64?teks={decrypt}&method=decrypt"
}

0 comments on commit 495b882

Please sign in to comment.