Skip to content

Refactor some more FE HTTP status codes to primitive constants

Coung Ngo requested to merge cngo-refactor-http-status-codes into master

What does this MR do and why?

This MR refactors some FE HTTP status codes to primitive constants to fall in line with our FE guidelines.

Specifically, it refactors some httpStatusCodes.OK to HTTP_STATUS_OK. Follow up MRs will refactor the rest of httpStatusCodes.OK to HTTP_STATUS_OK.

Previous MRs: !107226 (merged), !107399 (merged), !107648 (merged), !108443 (merged), !108599 (merged)

Screenshots or screen recordings

How to set up and validate locally

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Coung Ngo

Merge request reports