Plug manger rebuild

This commit is contained in:
Zef Hemel
2022-05-11 11:49:27 +02:00
parent f6758dbbaf
commit f9ddb49ec6
7 changed files with 57 additions and 62 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ export class ExpressServer {
sandboxSyscalls(this.system),
jwtSyscalls()
);
this.system.addHook(new EndpointHook(this.app, "/_/"));
this.system.addHook(new EndpointHook(this.app, "/_"));
this.eventHook.addLocalListener(
"get-plug:builtin",