fusenapi/server_api/profile.api

15 lines
223 B
Plaintext
Raw Normal View History

2023-05-31 11:38:17 +08:00
syntax = "v1"
info (
title: // TODO: add title
desc: // TODO: add description
author: ""
email: ""
)
2023-06-21 16:39:55 +08:00
import "basic.api"
2023-05-31 11:38:17 +08:00
service user-auth {
@handler GreetHandler
get /greet/from/:name(request) returns (response);
}