kick off the dav things

This commit is contained in:
zicla
2019-04-12 18:01:35 +08:00
parent 73076c3a54
commit 8edb7833a8
4 changed files with 42 additions and 13 deletions

View File

@ -148,7 +148,8 @@ func (this *Context) registerBeans() {
this.registerBean(new(UserService))
//webdav
this.registerBean(new(WebdavController))
this.registerBean(new(DavController))
this.registerBean(new(DavService))
}