shouldn't've changed this

This commit is contained in:
jesopo 2022-09-06 15:05:57 +00:00 committed by gnuxie
parent da006d74c5
commit f67f64e3cd

View File

@ -33,7 +33,7 @@ export class MjolnirAppService {
new Api("http://localhost:8081", this).start(9001);
this.bridge = new Bridge({
homeserverUrl: "http://localhost:8081",
domain: "localhost:8081",
domain: "localhost:9999",
registration: "mjolnir-registration.yaml",
controller: {
onUserQuery: this.onUserQuery.bind(this),