Repackage webdav files

This commit is contained in:
Abhishek Shroff
2024-08-06 23:31:59 +05:30
parent abbd73b2d2
commit 00e47934c7
25 changed files with 16 additions and 20 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"github.com/gin-gonic/gin"
"github.com/shroff/phylum/server/internal/api"
"github.com/shroff/phylum/server/internal/app"
webdav "github.com/shroff/phylum/server/internal/handler_webdav"
"github.com/shroff/phylum/server/internal/webdav"
"github.com/sirupsen/logrus"
"github.com/spf13/cobra"
"github.com/spf13/viper"