Files
cms-server/cmd/gen_exception/definitions/endpoint.yaml
Asai Neko 1504954be4
All checks were successful
Backend Check Build (NixCN CMS) TeamCity build finished
Client CMS Check Build (NixCN CMS) TeamCity build finished
Add event join service and api endpoint
Signed-off-by: Asai Neko <sugar@sne.moe>
2026-01-31 11:58:56 +08:00

26 lines
537 B
YAML

endpoint:
auth:
service:
redirect: "01"
magic: "02"
token: "03"
refresh: "04"
exchange: "05"
event:
service:
info: "01"
checkin: "02"
checkin_query: "03"
checkin_submit: "04"
list: "05"
join: "06"
user:
service:
info: "01"
update: "02"
list: "03"
full: "04"
create: "05"
middleware:
service: "01"