fusenapi/server_api/faq.api

15 lines
224 B
Plaintext
Raw Normal View History

2023-05-31 03:38:17 +00:00
syntax = "v1"
info (
title: // TODO: add title
desc: // TODO: add description
author: ""
email: ""
)
2023-06-21 08:39:55 +00:00
import "basic.api"
2023-05-31 03:38:17 +00:00
2023-06-21 08:39:55 +00:00
service faq {
@handler WetSetSettingHandler
get /web-set/setting(request) returns (response);
2023-05-31 03:38:17 +00:00
}