app
/
com.example.passentry.data.remote.service
/
PassEntryService
/
login
login
@
POST
(
value =
/login
)
abstract fun
login
(
@
Body
()
loginRequest:
LoginRequest
):
Single
<
LoginResponse
>
Content copied to clipboard