There was an error while loading. Please reload this page.
2 parents 56170e2 + 40c1540 commit 7609389Copy full SHA for 7609389
1 file changed
src/service/service-runner-node.js
@@ -91,7 +91,7 @@ class ServiceRunnerNode {
91
//await Promise.all(endpointsLoading)
92
debug('endpoints ready:')
93
for(let name in this.endpoint){
94
- debug('\t', Path.join('/venue/api', this.prefix, name))
+ debug('\t', Path.join(this.prefix, name))
95
}
96
97
debug('starting topics')
0 commit comments