Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
chore: using ecs
Browse files Browse the repository at this point in the history
  • Loading branch information
charlee-dev committed Jun 30, 2024
1 parent 685ee5f commit bde30a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit bde30a5

Please sign in to comment.