create static files folder

This commit is contained in:
Антон 2024-03-22 18:43:34 +03:00
parent e2db2cf847
commit 0ac648fb42
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ struct content_type
StringResponse HandleRequest(StringRequest&& req)
{
constexpr static string_view k_MapsPattern = "/api/v1/maps"sv;
constexpr static string_view k_StaticAssetsPattern = "/public"sv;
const auto route = req.target();
if (equal(k_MapsPattern.begin(),