Skip to content

Commit

Permalink
docs: add documentation for router.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinanielsen committed Dec 22, 2023
1 parent b48bc75 commit 18fb57b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions router/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import (
"github.com/kevinanielsen/go-fast-cdn/ui"
)

// Router initializes the router and sets up middleware, routes, etc.
// It returns a *gin.Engine instance configured with the routes, middleware, etc.
func Router() {
r := gin.Default()

Expand Down

0 comments on commit 18fb57b

Please sign in to comment.