mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-22 15:25:19 +00:00
File service changes: ownership, auth etc (#70)
This commit is contained in:
@@ -16,7 +16,7 @@ func main() {
|
||||
)
|
||||
|
||||
// Register handler
|
||||
pb.RegisterFilesHandler(srv.Server(), new(handler.Files))
|
||||
pb.RegisterFilesHandler(srv.Server(), handler.NewFiles())
|
||||
|
||||
// Run service
|
||||
if err := srv.Run(); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user