mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-05 21:44:15 -04:00
Change path for version API:
- Rename "updates" -> "versions" - Add explicit "stream" in path to make API self-describing
This commit is contained in:
parent
7ee2539645
commit
85d723ccbd
4 changed files with 10 additions and 10 deletions
|
@ -154,8 +154,8 @@ const (
|
|||
CDNImagePath = "constellation/v1/images"
|
||||
// CDNMeasurementsPath is the default path to image measurements in the CDN repository.
|
||||
CDNMeasurementsPath = "constellation/v1/measurements"
|
||||
// CDNUpdatesPath is the default path to updates in the CDN repository.
|
||||
CDNUpdatesPath = "constellation/v1/updates"
|
||||
// CDNVersionsPath is the default path to versions in the CDN repository.
|
||||
CDNVersionsPath = "constellation/v1/versions"
|
||||
)
|
||||
|
||||
// VersionInfo is the version of a binary. Left as a separate variable to allow override during build.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue