space download endpoint

This commit is contained in:
Asim Aslam
2021-12-10 09:27:08 +00:00
parent 904821dc6b
commit f82bc634c1

View File

@@ -22,10 +22,10 @@ func main() {
handler.NewSpace(srv),
api.WithEndpoint(
&api.Endpoint{
Name: "Space.Read",
Name: "Space.Download",
Handler: "api",
Method: []string{"POST", "GET"},
Path: []string{"/space/read"},
Path: []string{"/space/download"},
}),
))