This commit is contained in:
Nymos 2025-02-19 17:11:33 +03:00
parent 51d708165e
commit 86f9ca2c5b

View File

@ -11,7 +11,7 @@ import retrofit2.http.PUT
import retrofit2.http.Query
interface RetrofitApi {
@GET("employee/auth")
@GET("employee/admin/auth")
fun auth(@Header("Authorization") token: String): Call<ResponseBody>
@GET("employee/info")