parent
5c7686a54f
commit
dc8987e407
@ -1,11 +0,0 @@ |
|||||||
package features_auth |
|
||||||
|
|
||||||
import ( |
|
||||||
"github.com/gofiber/fiber/v2" |
|
||||||
. "MY/webapp/common" |
|
||||||
) |
|
||||||
|
|
||||||
func SetupViews(app *fiber.App) { |
|
||||||
err := ConfigViews(app, "views/auth") |
|
||||||
if err != nil { panic(err) } |
|
||||||
} |
|
||||||
Loading…
Reference in new issue