mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-07-05 19:08:31 +08:00
4 lines
67 B
Plaintext
4 lines
67 B
Plaintext
|
|
service A-api {
|
||
|
|
@handler GreetHandler
|
||
|
|
post /greet/ping ()
|
||
|
|
}
|