mirror of
https://github.com/matrix-org/mjolnir.git
synced 2024-10-01 01:36:06 -04:00
shouldn't've changed this
This commit is contained in:
parent
da006d74c5
commit
f67f64e3cd
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user