use the new api endpoint
This commit is contained in:
parent
8301dfc50c
commit
ed25cb92f7
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ android {
|
|||
|
||||
// don't forget to add another "s this is counter intuitive I know but not my fault
|
||||
buildConfigField("String", "VASTAI_KEY", "null")
|
||||
buildConfigField("String", "VASIAI_API_ENDPOINT", "\"https://console.vast.ai/api/v0\"")
|
||||
buildConfigField("String", "VASIAI_API_ENDPOINT", "\"https://cloud.vast.ai/api/v0\"")
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
|
Loading…
Reference in a new issue