refactor: rename one operation (getTribeByID -> getTribe)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dawid Wysokiński 2022-11-12 07:23:38 +01:00
parent b05089b940
commit 3a369e014d
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892

View File

@ -86,7 +86,7 @@ func (t *tribe) list(w http.ResponseWriter, r *http.Request) {
renderJSON(w, http.StatusOK, model.NewListTribesResp(tribes))
}
// @ID getTribeByID
// @ID getTribe
// @Summary Get a tribe
// @Description Get a tribe
// @Tags versions,servers,tribes