From bb544f51796c2b066ab4d5c0332f442c9671e0e1 Mon Sep 17 00:00:00 2001 From: almostinf Date: Wed, 23 Aug 2023 15:15:50 +0300 Subject: [PATCH] fixed handler description --- api/handler/handler.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/handler/handler.go b/api/handler/handler.go index 54d7e3254..98d1f8df2 100644 --- a/api/handler/handler.go +++ b/api/handler/handler.go @@ -39,8 +39,8 @@ func NewHandler(db moira.Database, log moira.Logger, index moira.Searcher, confi // @title Moira Alert // @version master // @description This is an API description for [Moira Alert API](https://moira.readthedocs.io/en/latest/overview.html) - // @description Check us out on [Github](https://github.com/moira-alert) or look up our [guide on getting started with Moira](https://moira.readthedocs.io) - // @contact.name Contact Moira Team + // @description Check us out on [Github](https://github.com/moira-alert) or look up our [guide](https://moira.readthedocs.io) on getting started with Moira + // @contact.name Moira Team // @contact.email opensource@skbkontur.com // @license.name MIT // @BasePath /api