Fix Tenant

This commit is contained in:
Vic Romero 2024-03-08 16:08:06 -06:00
parent ae1389ced6
commit 3c9706eaac

View File

@ -22,6 +22,6 @@ class ApiInterceptor(private val preferencesHelper: PreferencesHelper) : Interce
companion object {
const val HEADER_TENANT = "Fineract-Platform-TenantId"
const val HEADER_AUTH = "Authorization"
const val DEFAULT = "default"
const val DEFAULT = "venus"
}
}