Fix route
This commit is contained in:
parent
44c67f5327
commit
01cd91b045
|
@ -39,7 +39,7 @@ exports.getModule = class ActivityPubWebHandler extends WebHandlerModule {
|
|||
|
||||
this.webServer.addRoute({
|
||||
method: 'GET',
|
||||
path: /^\/_enig\/ap\/users\/.+$/,
|
||||
path: /^\/_enig\/ap\/users\/[^\/]+$/,
|
||||
handler: this._selfUrlRequestHandler.bind(this),
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue