12 lines
194 B
Haskell
12 lines
194 B
Haskell
module Handler.Utils.Routes
|
|
( classifyHandler
|
|
) where
|
|
|
|
import Import
|
|
|
|
import Utils.TH.Routes
|
|
|
|
|
|
classifyHandler :: Route UniWorX -> String
|
|
classifyHandler = $(classifyHandler' uniworxRoutes)
|