module Handler.Utils.Routes ( classifyHandler ) where import Import import Utils.TH.Routes classifyHandler :: Route UniWorX -> String classifyHandler = $(classifyHandler' uniworxRoutes)