Add convective outlook HTTP routes

This commit is contained in:
2026-06-11 15:38:19 +00:00
parent 63c8f33a2a
commit d6734d5ffc
6 changed files with 419 additions and 0 deletions

View File

@@ -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