Join Slack
Powered by
@Route(<http://HttpMethod.POST|HttpMethod.POST>, "...
# coroutines
d
Deactivated User
12/23/2016, 12:01 PM
@Route(
HttpMethod.POST
, "/user/create") fun userCreateAsync(@Post("deviceId") deviceId: String, @Post("userName") userName: String): Promise<...> = async {
2
Views
Open in Slack
Previous
Next