mirror of
https://github.com/tinyauthapp/tinyauth.git
synced 2026-08-30 01:53:31 +08:00
feat: automatically generate context ignore paths
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// Code generated by gen/context_paths. DO NOT EDIT.
|
||||
package middleware
|
||||
|
||||
var contextSkipPathsPrefix = []string{
|
||||
{{range .IgnorePaths}}"{{.}}",
|
||||
{{end}}}
|
||||
Reference in New Issue
Block a user