Fix get token endpoint on old student module
This commit is contained in:
parent
20813d9978
commit
0989dc2442
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ ext {
|
|||
moshi = "1.13.0"
|
||||
}
|
||||
|
||||
version = "2.6.6"
|
||||
version = "2.6.7-SNAPSHOT"
|
||||
group = "io.github.wulkanowy"
|
||||
|
||||
nexusPublishing {
|
||||
|
|
|
@ -179,7 +179,7 @@ internal interface StudentService {
|
|||
@Body body: Any = Any(),
|
||||
): ApiResponse<List<Device>>
|
||||
|
||||
@POST("ZarejestrowaneUrzadzenia.mvc/Get")
|
||||
@POST("RejestracjaUrzadzeniaToken.mvc/Get")
|
||||
suspend fun getToken(
|
||||
@Body body: Any = Any(),
|
||||
): ApiResponse<TokenResponse>
|
||||
|
|
Loading…
Reference in a new issue