add test for nollamas middleware

This commit is contained in:
kim 2025-04-23 18:01:01 +01:00
commit 2163633901
2 changed files with 173 additions and 1 deletions

View file

@ -198,7 +198,7 @@ func (m *nollamas) renderChallenge(c *gin.Context, challenge string) {
return
}
// Write the templated challenge HTML response to client.
// Write templated challenge response to client.
apiutil.TemplateWebPage(c, apiutil.WebPage{
Template: "nollamas.tmpl",
Instance: instance,