fix!: new catalogue URL

This commit is contained in:
2022-05-03 17:08:40 +02:00
parent 574d556bb9
commit 49f79dbd45
2 changed files with 3 additions and 2 deletions

View File

@ -26,7 +26,7 @@ import (
)
// RecipeCatalogueURL is the only current recipe catalogue available.
const RecipeCatalogueURL = "https://recipes.coopcloud.tech"
const RecipeCatalogueURL = "https://recipes.coopcloud.tech/recipes.json"
// ReposMetadataURL is the recipe repository metadata
const ReposMetadataURL = "https://git.coopcloud.tech/api/v1/orgs/coop-cloud/repos"