When using Locations, should I create a class for ...
# ktor
t
When using Locations, should I create a class for each HTTP opeation? Like ProductGet, ProductDelete, ProductPost etc., or is it one location for a Product?