CalDAV support (#15)
This commit is contained in:
parent
31a4a1dd00
commit
d03fca801b
59 changed files with 2192 additions and 998 deletions
2
vendor/github.com/labstack/echo/middleware/slash.go
generated
vendored
2
vendor/github.com/labstack/echo/middleware/slash.go
generated
vendored
|
|
@ -12,7 +12,7 @@ type (
|
|||
|
||||
// Status code to be used when redirecting the request.
|
||||
// Optional, but when provided the request is redirected using this code.
|
||||
RedirectCode int `json:"redirect_code"`
|
||||
RedirectCode int `yaml:"redirect_code"`
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
Reference in a new issue