gitea/routers/user/setting
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
2021-04-05 11:30:52 -04:00
..
account.go [refactor] replace int with httpStatusCodes (#15282) 2021-04-05 11:30:52 -04:00
account_test.go
adopt.go
applications.go [refactor] replace int with httpStatusCodes (#15282) 2021-04-05 11:30:52 -04:00
keys.go [refactor] replace int with httpStatusCodes (#15282) 2021-04-05 11:30:52 -04:00
main_test.go
oauth2.go [refactor] replace int with httpStatusCodes (#15282) 2021-04-05 11:30:52 -04:00
profile.go [refactor] replace int with httpStatusCodes (#15282) 2021-04-05 11:30:52 -04:00
security.go [refactor] replace int with httpStatusCodes (#15282) 2021-04-05 11:30:52 -04:00
security_openid.go [refactor] replace int with httpStatusCodes (#15282) 2021-04-05 11:30:52 -04:00
security_twofa.go [refactor] replace int with httpStatusCodes (#15282) 2021-04-05 11:30:52 -04:00
security_u2f.go [refactor] replace int with httpStatusCodes (#15282) 2021-04-05 11:30:52 -04:00