|
@@ -33,7 +33,7 @@ var urls = []*regexp.Regexp{
|
|
regexp.MustCompile("^/jyapp/big/page/ent_portrait_change$"),
|
|
regexp.MustCompile("^/jyapp/big/page/ent_portrait_change$"),
|
|
regexp.MustCompile("^/jyapp/s/.*"),
|
|
regexp.MustCompile("^/jyapp/s/.*"),
|
|
regexp.MustCompile("^/jySchool/.*"),
|
|
regexp.MustCompile("^/jySchool/.*"),
|
|
- regexp.MustCompile("^/jySite/.*"),
|
|
|
|
|
|
+ regexp.MustCompile("^/(jySite|jyblog)/.*"),
|
|
regexp.MustCompile("^/jyapp/initialize/whiteList"),
|
|
regexp.MustCompile("^/jyapp/initialize/whiteList"),
|
|
regexp.MustCompile("^/jyapp/transit/.*"),
|
|
regexp.MustCompile("^/jyapp/transit/.*"),
|
|
regexp.MustCompile("^/jyapp/new/.*"),
|
|
regexp.MustCompile("^/jyapp/new/.*"),
|