move handler to special function

This commit is contained in:
Антон 2024-03-23 21:22:30 +03:00
parent 61edce0ecb
commit 4f37cf043f
1 changed files with 0 additions and 2 deletions

View File

@ -26,5 +26,3 @@ StringResponse GetMapsHandler(const StringRequest& req)
return res;
}
}