Adding some Readme stuff

This commit is contained in:
K35
2022-01-03 21:08:25 +00:00
parent aa983c9960
commit 99563959c6
3 changed files with 15 additions and 5 deletions

View File

@ -28,6 +28,7 @@ type AddValueResponse {
service TestService {
@Description("Add two numbers")
@Param("request", "Parameter containing the two numbers")
@Returns("")
AddValuesSingleParam(request: AddValueRequest): AddValueResponse;
@Description("Add two numbers")