mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-07-03 00:30:16 +00:00
feat: automatically generate context ignore paths
This commit is contained in:
@@ -147,6 +147,7 @@ func (controller *ContextController) userContextHandler(c *gin.Context) {
|
||||
c.JSON(200, userContext)
|
||||
}
|
||||
|
||||
//context:ignore /api/context/app GET
|
||||
func (controller *ContextController) appContextHandler(c *gin.Context) {
|
||||
c.JSON(200, AppContextResponse{
|
||||
Status: 200,
|
||||
|
||||
Reference in New Issue
Block a user