From 351bbacba0081bf813a45cd89536a647a1325834 Mon Sep 17 00:00:00 2001 From: Arkadiy Kukarkin Date: Tue, 3 Feb 2026 20:05:40 +0100 Subject: [PATCH] remove hardcoded @host in swagger --- singularity.go | 1 - 1 file changed, 1 deletion(-) diff --git a/singularity.go b/singularity.go index cc4afb36..62a71e90 100644 --- a/singularity.go +++ b/singularity.go @@ -30,7 +30,6 @@ func init() { // @title Singularity API // @version beta // @description This is the API for Singularity, a tool for large-scale clients with PB-scale data onboarding to Filecoin network. -// @host localhost:9090 // @BasePath /api // @securityDefinitions none // @externalDocs.description OpenAPI