Skip to content

Commit

Permalink
Merge branch 'beta'
Browse files Browse the repository at this point in the history
  • Loading branch information
gentee committed Jan 16, 2022
2 parents c4256ac + 7c40623 commit 7366466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ func AuthHandle(next echo.HandlerFunc) echo.HandlerFunc {
if url == `/` {
c.Request().URL.Path = `login`
} else if url != `/api/login` && /*url != `/api/taskstatus` &&*/ url != `/api/sys` &&
url != `/api/autofill` && url != `/api/saveform` &&
/*url != `/api/notification` && url != `/api/runscript` && url != `/api/event` &&*/
url != `/api/randid` {
return AccessDenied(http.StatusUnauthorized)
Expand Down
2 changes: 1 addition & 1 deletion const.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package main

const (
// Version of the application
Version = "1.25.0"
Version = "1.25.1"
// DefPort is the default web-server port
DefPort = 3234
// DefTheme is the default web-server theme
Expand Down

0 comments on commit 7366466

Please sign in to comment.