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
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
..
admin [refactor] replace int with httpStatusCodes (#15282) 3 years ago
api/v1 [refactor] replace int with httpStatusCodes (#15282) 3 years ago
dev [refactor] replace int with httpStatusCodes (#15282) 3 years ago
events Drop the event source if we are unauthorized (#15275) 3 years ago
org [refactor] replace int with httpStatusCodes (#15282) 3 years ago
private [refactor] replace int with httpStatusCodes (#15282) 3 years ago
repo [refactor] replace int with httpStatusCodes (#15282) 3 years ago
routes [refactor] replace int with httpStatusCodes (#15282) 3 years ago
user [refactor] replace int with httpStatusCodes (#15282) 3 years ago
utils Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#12999) 3 years ago
home.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
init.go Print usefull error if SQLite is used in settings but not supported (#14476) 3 years ago
install.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
metrics.go Move metrics from macaron to chi (#13601) 4 years ago
swagger_json.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago