close #94 修复普通用户无权限查看任务列表

pull/109/head
ouqiang 2018-10-28 17:06:53 +08:00
parent ea18109b92
commit 25168cab2a
1 changed files with 1 additions and 0 deletions

View File

@ -254,6 +254,7 @@ func urlAuth(ctx *macaron.Context) {
"/task", "/task",
"/task/log", "/task/log",
"/host", "/host",
"/host/all",
"/user/login", "/user/login",
"/user/editMyPassword", "/user/editMyPassword",
} }