Added comment

This commit is contained in:
perp 2024-06-02 14:47:09 +01:00
parent 6a2a94ebde
commit 78abc759af

View File

@ -47,3 +47,5 @@ func (ctx *Context) API(handler func(ctx *Context)) func(*gin.Context) {
handler(ctx)
}
}
// Todo: Check if this could cause a problem