cloudapi/v2: Listen on /api/image-builder-composer/v2
This commit is contained in:
parent
01d920ac01
commit
6ce20a9ef6
7 changed files with 80 additions and 75 deletions
|
|
@ -231,7 +231,7 @@ func (c *Composer) Start() error {
|
|||
if c.apiListener != nil {
|
||||
go func() {
|
||||
const apiRoute = "/api/composer/v1"
|
||||
const apiRouteV2 = "/api/composer/v2"
|
||||
const apiRouteV2 = "/api/image-builder-composer/v2"
|
||||
const kojiRoute = "/api/composer-koji/v1"
|
||||
|
||||
mux := http.NewServeMux()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue