Skip to content

Commit

Permalink
don't use strict slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
draganm committed Feb 5, 2023
1 parent 5cfaf1a commit e06735d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/execute.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func runInit(tx bolted.SugaredWriteTx, db bolted.Database, logger logr.Logger) (

func initializeRouter(tx bolted.SugaredReadTx, jslib *jslib.Libs, db bolted.Database, logger logr.Logger) (*mux.Router, error) {
r := mux.NewRouter()
r.StrictSlash(true)
r.StrictSlash(false)

err := addStaticHandlers(r, tx)
if err != nil {
Expand Down

0 comments on commit e06735d

Please sign in to comment.