Add code spacing
This commit is contained in:
parent
dfee11339e
commit
07b5c5ce38
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ func Setup(opts *cnf.Options) (err error) {
|
||||||
s.Use(mw.Cors()) // Add cors headers
|
s.Use(mw.Cors()) // Add cors headers
|
||||||
|
|
||||||
// Setup authentication
|
// Setup authentication
|
||||||
|
|
||||||
s.Use(auth())
|
s.Use(auth())
|
||||||
|
|
||||||
// Check body size
|
// Check body size
|
||||||
|
|
Loading…
Reference in a new issue