15 lines
353 B
YAML
15 lines
353 B
YAML
## Topic Configuration
|
|
mineseeker_topic:
|
|
channel: mineseeker/channel/{game}
|
|
callback: 'mineseeker.topic'
|
|
# requirements:
|
|
# method:
|
|
# path: '[a-z1-9A-Z]+'
|
|
|
|
# Remote Procedure Call Configuration
|
|
mineseeker_rpc:
|
|
channel: mineseeker-rpc/{method}
|
|
callback: 'mineseeker.rpc'
|
|
requirements:
|
|
method: "[a-zA-Z_]+"
|