Skip to content

Commit

Permalink
[Test] router and diago functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
JanGalek committed Dec 19, 2024
1 parent b176a04 commit b4209de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ import (
"github.com/gouef/diago/extensions"
"github.com/gouef/router"
extensions2 "github.com/gouef/router/extensions"
web_bootstrap "github.com/gouef/web-bootstrap"
//web_bootstrap "github.com/gouef/web-bootstrap"
"github.com/gouef/web-project/app"
"github.com/gouef/web-project/controllers"
"github.com/gouef/web-project/handlers"
)

func boot() *router.Router {
b := web_bootstrap.NewBootstrap()
b.Boot()
/*b := web_bootstrap.NewBootstrap()
b.Boot()*/

r := router.NewRouter()
n := r.GetNativeRouter()
Expand Down

0 comments on commit b4209de

Please sign in to comment.