Skip to content

Add GET /v1/registry endpoint to expose registry URL #43

@findolor

Description

@findolor

Goal

Expose the configured REGISTRY_URL through a public API endpoint so clients can discover which registry the server is pointed at.

Proposed Route

Method Route Description
GET /v1/registry Return the active registry URL

Response

{
  "url": "https://..."
}

Implementation

Dependencies

Related

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions