move handler to special function

This commit is contained in:
Антон 2024-03-25 18:48:23 +03:00
parent 965123bafe
commit 2b61359e57
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ namespace http_server
using namespace std;
constexpr static string_view k_MapsRoute = "/api/v1/maps"sv;
constexpr static string_view k_StaticAssetsPRoute = "/public"sv;
constexpr static string_view k_StaticAssetsRoute = "/public"sv;
}