Archived
feat: support machine-specific plugins
This commit is contained in:
@@ -64,6 +64,7 @@ export interface PiWebPluginInfo {
|
||||
module: string;
|
||||
source: string;
|
||||
scope: PiWebPluginScope;
|
||||
machineSpecific: boolean;
|
||||
enabled: boolean;
|
||||
}
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ export interface FederatedHttpRouteSpec {
|
||||
}
|
||||
|
||||
export const FEDERATED_HTTP_ROUTES = [
|
||||
{ method: "GET", path: "/pi-web/status" },
|
||||
{ method: "GET", path: "/projects" },
|
||||
{ method: "POST", path: "/projects" },
|
||||
{ method: "DELETE", path: "/projects/:projectId" },
|
||||
|
||||
Reference in New Issue
Block a user