Add convective outlook HTTP routes
This commit is contained in:
@@ -11,6 +11,7 @@ func Definitions(svc Service) []endpoint.Definition {
|
||||
conditionsDefinition(svc),
|
||||
}
|
||||
defs = append(defs, weatherStoriesDefinitions(svc)...)
|
||||
defs = append(defs, outlookDefinitions(svc)...)
|
||||
defs = append(defs, discussionDefinitions(svc)...)
|
||||
defs = append(defs, forecastDefinitions(svc)...)
|
||||
return defs
|
||||
|
||||
Reference in New Issue
Block a user