...
This commit is contained in:
		| @@ -1,23 +1,3 @@ | ||||
| // @title HeroLauncher API | ||||
| // @version 1.0 | ||||
| // @description HeroLauncher API provides endpoints for managing services, processes, and system resources | ||||
| // @termsOfService http://swagger.io/terms/ | ||||
|  | ||||
| // @contact.name HeroLauncher Support | ||||
| // @contact.url https://github.com/freeflowuniverse/heroagent | ||||
| // @contact.email support@heroagent.io | ||||
|  | ||||
| // @license.name MIT | ||||
| // @license.url https://opensource.org/licenses/MIT | ||||
|  | ||||
| // @host localhost:9021 | ||||
| // @BasePath / | ||||
| // @schemes http https | ||||
|  | ||||
| // @securityDefinitions.apikey ApiKeyAuth | ||||
| // @in header | ||||
| // @name Authorization | ||||
|  | ||||
| package main | ||||
|  | ||||
| import ( | ||||
| @@ -26,8 +6,7 @@ import ( | ||||
| 	"log" | ||||
| 	"os" | ||||
|  | ||||
| 	"github.com/freeflowuniverse/heroagent/pkg/heroagent" | ||||
| 	_ "github.com/freeflowuniverse/heroagent/pkg/heroagent/docs" // Import generated swagger docs | ||||
| 	"git.ourworld.tf/herocode/heroagent/pkg/heroagent" | ||||
| ) | ||||
|  | ||||
| func main() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user