feat: change 403 error message (#4567)

This commit is contained in:
Charles Kerr
2023-01-09 10:52:19 -06:00
committed by GitHub
parent 8b1290c895
commit 2b89ee508b
2 changed files with 12 additions and 18 deletions

View File

@@ -204,7 +204,7 @@ constexpr bool tr_strvSep(std::string_view* sv, std::string_view* token, char de
[[nodiscard]] std::string_view tr_strvStrip(std::string_view str);
[[nodiscard]] std::string tr_strv_replace_invalid(std::string_view cleanme, uint32_t replacement = 0xFFFD /*<2A>*/);
[[nodiscard]] std::string tr_strv_replace_invalid(std::string_view sv, uint32_t replacement = 0xFFFD /*<2A>*/);
/**
* @brief copies `src` into `buf`.