mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-23 07:41:25 +00:00
update stream to be about social ephemeral messaging (#255)
This commit is contained in:
@@ -15,7 +15,7 @@ func main() {
|
||||
)
|
||||
|
||||
// Register handler
|
||||
pb.RegisterStreamHandler(srv.Server(), new(handler.Stream))
|
||||
pb.RegisterStreamHandler(srv.Server(), handler.New())
|
||||
|
||||
// Run service
|
||||
if err := srv.Run(); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user