feat(location-bug): update
BREAKING CHANGE:
This commit is contained in:
parent
a2754960e5
commit
cba3d619b9
@ -10,5 +10,14 @@ object ApiClient {
|
||||
.addConverterFactory(GsonConverterFactory.create())
|
||||
.build()
|
||||
.create(AuthApiService::class.java)
|
||||
|
||||
}
|
||||
val attendanceApi: AttendanceApiService by lazy {
|
||||
Retrofit.Builder()
|
||||
.baseUrl(BASE_URL)
|
||||
.addConverterFactory(GsonConverterFactory.create())
|
||||
.build()
|
||||
.create(AttendanceApiService::class.java)
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user