File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Status ResourcePaths::SetBaseUri(const std::string& base_uri) {
4747}
4848
4949Result<std::string> ResourcePaths::Config () const {
50- return std::format (" {}/v1/{} config" , base_uri_, prefix_ );
50+ return std::format (" {}/v1/config" , base_uri_);
5151}
5252
5353Result<std::string> ResourcePaths::OAuth2Tokens () const {
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ class ICEBERG_REST_EXPORT ResourcePaths {
4747 // / \brief Set the base URI of the REST catalog server.
4848 Status SetBaseUri (const std::string& base_uri);
4949
50- // / \brief Get the /v1/{prefix}/ config endpoint path.
50+ // / \brief Get the /v1/config endpoint path.
5151 Result<std::string> Config () const ;
5252
5353 // / \brief Get the /v1/{prefix}/oauth/tokens endpoint path.
You can’t perform that action at this time.
0 commit comments