mirror of https://gitee.com/answerdev/answer.git
add path ignore
This commit is contained in:
parent
630e8bcc85
commit
3f88ba097d
|
@ -4,3 +4,4 @@ import _ "embed"
|
|||
|
||||
//go:embed config.yaml
|
||||
var Config []byte
|
||||
var PathIgnore []byte
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# url path reserves the keywords list
|
||||
users:
|
||||
- settings
|
||||
- login
|
Loading…
Reference in New Issue