aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/admin/notice.go
Commit message (Collapse)AuthorAgeFilesLines
* Move user functions into user.go (#17659)Lunny Xiao2021-11-181-5/+5
| | | | | * Move user functions into user.go * Fix test
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-2/+2
|
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+79
* refactor routers directory * move func used for web and api to common * make corsHandler a function to prohibit side efects * rm unused func Co-authored-by: 6543 <6543@obermui.de>