a round of iteration on improving the version management situation more (#881); update deps in ui/agentUi

This commit is contained in:
Michael Quigley
2025-02-25 11:48:14 -05:00
parent c91bd5576e
commit d5e2c424e5
49 changed files with 2102 additions and 677 deletions

View File

@@ -35,7 +35,7 @@ func (o *ClientVersionCheckURL) SetBasePath(bp string) {
func (o *ClientVersionCheckURL) Build() (*url.URL, error) {
var _result url.URL
var _path = "/version"
var _path = "/clientVersionCheck"
_basePath := o._basePath
if _basePath == "" {