mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
space download endpoint
This commit is contained in:
@@ -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"},
|
||||
}),
|
||||
))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user