Archived
feat: support machine-specific plugins
This commit is contained in:
@@ -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