Test
This commit is contained in:
parent
51d708165e
commit
86f9ca2c5b
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user