chore(sdk): point GraphQL API to apitest.tartak.by

Made-with: Cursor
This commit is contained in:
2026-03-23 22:53:08 +01:00
parent c29ba88fec
commit ca3804195d
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ import org.db3.airmq.sdk.network.ApolloLoggingInterceptor
@Module
@InstallIn(SingletonComponent::class)
object SDKModule {
private const val API_URL = "https://api-app.airmq.cc/"
private const val API_URL = "https://apitest.tartak.by/graphql"
@Provides
@Singleton