feat: add v2 manifest bootstrap endpoints
This commit is contained in:
parent
4ebc04e1f4
commit
50735bb7cf
9 changed files with 408 additions and 4 deletions
|
|
@ -49,6 +49,7 @@ import Web.Controller.Api.V2.OpenApi ()
|
|||
import Web.Controller.Api.V2.Token ()
|
||||
import Web.Controller.Api.V2.Sdk ()
|
||||
import Web.Controller.Api.V2.Hubs ()
|
||||
import Web.Controller.Api.V2.HubCapabilityManifests ()
|
||||
-- Phase 10 — Hub Registry and Widget Marketplace (IHUB-WP-0011)
|
||||
import Web.Controller.HubRegistry ()
|
||||
import Web.Controller.WidgetPatterns ()
|
||||
|
|
@ -118,6 +119,7 @@ instance FrontController WebApplication where
|
|||
, parseRoute @ApiV2TokenController
|
||||
, parseRoute @ApiV2SdkController
|
||||
, parseRoute @ApiV2HubsController
|
||||
, parseRoute @ApiV2HubCapabilityManifestsController
|
||||
-- Phase 10 — Hub Registry and Widget Marketplace (IHUB-WP-0011)
|
||||
, parseRoute @HubRegistryController
|
||||
, parseRoute @WidgetPatternsController
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue