Skip to content

Commit

Permalink
feat: mention version uses a placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackarySantana committed Jan 22, 2025
1 parent 9e1df45 commit eff7e9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ func GetRouter(ctx context.Context, as *APIServer, uis *UIServer) (http.Handler,
// and UI endpoints. While there were no users of restv1 in
// with the "api" prefix, there are many users of restv2, so
// we will continue to publish these routes in these
// endpoints.
// endpoints. The version uses a placeholder that's computed
// and replaced during publishing.
//
// @title Evergreen REST v2 API
// @version {OPENAPI_VERSION}
Expand Down

0 comments on commit eff7e9d

Please sign in to comment.