You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/routers/private
6543 16dea6cebd
[refactor] replace int with httpStatusCodes (#15282)
* replace "200" (int) with "http.StatusOK" (const)

* ctx.Error & ctx.HTML

* ctx.JSON Part1

* ctx.JSON Part2

* ctx.JSON Part3
3 years ago
..
hook.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
internal.go Move macaron to chi (#14293) 3 years ago
key.go Move macaron to chi (#14293) 3 years ago
mail.go Migrate to use jsoniter instead of encoding/json (#14841) 3 years ago
manager.go Migrate to use jsoniter instead of encoding/json (#14841) 3 years ago
manager_unix.go Move macaron to chi (#14293) 3 years ago
manager_windows.go Move macaron to chi (#14293) 3 years ago
serv.go Move macaron to chi (#14293) 3 years ago