diff --git a/data/build.gradle.kts b/data/build.gradle.kts index 869bd82..c62ada7 100644 --- a/data/build.gradle.kts +++ b/data/build.gradle.kts @@ -50,8 +50,8 @@ kotlin { } private val serverUrlGraphQl: String = -// "https://be-natty-server-ef8e2a031806.herokuapp.com/graphql" - "http://localhost:8080/graphql" + "https://be-natty-server-ef8e2a031806.herokuapp.com/graphql" +// "http://localhost:8080/graphql" // property("API")?.toString() // ?: error("No server.url.graphql property found")