mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
15 lines
329 B
YAML
15 lines
329 B
YAML
type: google.api.Service
|
|
config_version: 3
|
|
|
|
http:
|
|
rules:
|
|
|
|
# proxy.proto
|
|
- selector: litrpc.Proxy.StopDaemon
|
|
post: "/v1/proxy/stop"
|
|
body: "*"
|
|
- selector: litrpc.Proxy.GetInfo
|
|
get: "/v1/proxy/info"
|
|
- selector: litrpc.Proxy.BakeSuperMacaroon
|
|
post: "/v1/proxy/supermacaroon"
|
|
body: "*"
|