With a GET route, I can do
app.GET("/", HomeHandler).Name("CustomName")
But with a Resource, the .Name()
function is no longer available
With a GET route, I can do
app.GET("/", HomeHandler).Name("CustomName")
But with a Resource, the .Name()
function is no longer available