Open dwschulze opened 1 year ago
In the Using Middleware Example the code shows a code block after the call to authorized.Use(AuthRequired()).
authorized.Use(AuthRequired())
What is the purpose of putting the code inside its own block? The block seems to be unnecessary.
In the Using Middleware Example the code shows a code block after the call to
authorized.Use(AuthRequired())
.What is the purpose of putting the code inside its own block? The block seems to be unnecessary.