Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd3da8 commit 744a005Copy full SHA for 744a005
http/assets.go
@@ -58,7 +58,7 @@ type SPAConf struct {
58
}
59
60
// Init initializes all the routes and confs for SPAConf
61
-func SPA(r Router, conf SPAConf) error {
+func SPA(r *Router, conf SPAConf) error {
62
indexHandler, err := conf.indexHandler(conf.Assets)
63
if err != nil {
64
return err
0 commit comments