1
0

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
View File
@@ -0,0 +1 @@
import {pullDataCommand} from ".//var/folders/s2/4nqrw2192hngtxg672qzc0nr0000gn/T/plugos-0.8739407042390945/file.js";export default pullDataCommand;
+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",