Deploy Bots API #28

Merged
Quaternions merged 34 commits from staging into master 2026-02-28 02:33:43 +00:00
Showing only changes of commit 21a764f298 - Show all commits

View File

@@ -56,7 +56,7 @@ func runAPI(ctx *cli.Context) error {
return err
}
// Data service client
// Storage service http client
storageUrl := ctx.String("storage-host")
httpClient := http.Client{
Timeout: 10,