gitea/routers/api/v1/admin
qwerty287 1563a45623
Fix page and missing return on unadopted repos API ()
* Fix page and missing return on unadopted repos API

Page must be 1 if it's not specified and it should return after sending an internal server error.

* Allow ignore pages

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
..
adopt.go Fix page and missing return on unadopted repos API ()
cron.go Move some functions into services/repository ()
org.go format with gofumpt ()
repo.go Move macaron to chi ()
user.go format with gofumpt ()