16 lines
242 B
Plaintext
16 lines
242 B
Plaintext
|
syntax = "v1"
|
||
|
|
||
|
info (
|
||
|
title: // TODO: add title
|
||
|
desc: // TODO: add description
|
||
|
author: ""
|
||
|
email: ""
|
||
|
)
|
||
|
|
||
|
import "basic.api"
|
||
|
|
||
|
service assistant {
|
||
|
// 处理重定向
|
||
|
@handler RedirectHandler
|
||
|
get /api/redirect(request) returns (response);
|
||
|
}
|