feat: add v2 hub and widget create endpoints
This commit is contained in:
parent
0a4646bf44
commit
4ebc04e1f4
11 changed files with 536 additions and 154 deletions
|
|
@ -48,6 +48,7 @@ import Web.Controller.Api.V2.Registries ()
|
|||
import Web.Controller.Api.V2.OpenApi ()
|
||||
import Web.Controller.Api.V2.Token ()
|
||||
import Web.Controller.Api.V2.Sdk ()
|
||||
import Web.Controller.Api.V2.Hubs ()
|
||||
-- Phase 10 — Hub Registry and Widget Marketplace (IHUB-WP-0011)
|
||||
import Web.Controller.HubRegistry ()
|
||||
import Web.Controller.WidgetPatterns ()
|
||||
|
|
@ -116,6 +117,7 @@ instance FrontController WebApplication where
|
|||
, parseRoute @ApiV2OpenApiController
|
||||
, parseRoute @ApiV2TokenController
|
||||
, parseRoute @ApiV2SdkController
|
||||
, parseRoute @ApiV2HubsController
|
||||
-- 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