Skip to content
Snippets Groups Projects
Commit 3da9f5ae authored by Tucker Gary Siegel's avatar Tucker Gary Siegel
Browse files

make forecast public

parent 8707c082
Branches develop
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ import ( ...@@ -23,7 +23,7 @@ import (
// @Param plant_date query string true "Plant date RFC3339 format" // @Param plant_date query string true "Plant date RFC3339 format"
// @Param mode query string true "Mode, rm (relative maturity) or gdds_to_maturity" // @Param mode query string true "Mode, rm (relative maturity) or gdds_to_maturity"
// @Param value query int true "Value of mode" // @Param value query int true "Value of mode"
// @Param comparison query int false "comparison. -1 for normals, or any int between 1981 and 2021 for a single year" default(-1) // @Param comparison query int false "comparison. -1 for normals, or any int between 1981 and the prev. year" default(-1)
// @Router /gdd/forecast/stages [get] // @Router /gdd/forecast/stages [get]
func ForecastStages(c *fiber.Ctx) error { func ForecastStages(c *fiber.Ctx) error {
ctx := common.DawnCtx{FiberCtx: c} ctx := common.DawnCtx{FiberCtx: c}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment