chg: usr: make the first working version - the stepping is broken due to the algorythm structure #4
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
## Topic Configuration
|
||||
mineseeker_topic:
|
||||
channel: mineseeker/channel/{game}
|
||||
handler:
|
||||
callback: 'mineseeker.topic' #related to the getName() of your topic
|
||||
callback: 'mineseeker.topic'
|
||||
# requirements:
|
||||
# method:
|
||||
# path: '[a-z1-9A-Z]+'
|
||||
@@ -10,8 +9,6 @@ mineseeker_topic:
|
||||
# Remote Procedure Call Configuration
|
||||
mineseeker_rpc:
|
||||
channel: mineseeker-rpc/{method}
|
||||
handler:
|
||||
callback: 'mineseeker.rpc' #related to the getName() or your RPC service
|
||||
callback: 'mineseeker.rpc'
|
||||
requirements:
|
||||
method:
|
||||
path: "[a-z_]+"
|
||||
method: "[a-zA-Z_]+"
|
||||
|
||||
Reference in New Issue
Block a user