chore(sdk): point GraphQL API to apitest.tartak.by
Made-with: Cursor
This commit is contained in:
@@ -40,7 +40,7 @@ apollo {
|
|||||||
packageName.set("org.db3.airmq.sdk")
|
packageName.set("org.db3.airmq.sdk")
|
||||||
schemaFiles.from(file("../app/src/main/graphql/schema.graphqls"))
|
schemaFiles.from(file("../app/src/main/graphql/schema.graphqls"))
|
||||||
introspection {
|
introspection {
|
||||||
endpointUrl.set("https://api-app.airmq.cc/graphql")
|
endpointUrl.set("https://apitest.tartak.by/graphql")
|
||||||
schemaFile.set(file("../app/src/main/graphql/schema.graphqls"))
|
schemaFile.set(file("../app/src/main/graphql/schema.graphqls"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ import org.db3.airmq.sdk.network.ApolloLoggingInterceptor
|
|||||||
@Module
|
@Module
|
||||||
@InstallIn(SingletonComponent::class)
|
@InstallIn(SingletonComponent::class)
|
||||||
object SDKModule {
|
object SDKModule {
|
||||||
private const val API_URL = "https://api-app.airmq.cc/"
|
private const val API_URL = "https://apitest.tartak.by/graphql"
|
||||||
|
|
||||||
@Provides
|
@Provides
|
||||||
@Singleton
|
@Singleton
|
||||||
|
|||||||
Reference in New Issue
Block a user