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

Merge branch 'develop' into 'oob-fix'

# Conflicts:
#   controllers/gdd_controller.go
parents 7e80a3ac c20fb3fa
No related branches found
No related tags found
1 merge request!23update swagger documentation
This commit is part of merge request !23. Comments created here will be created in the context of that merge request.
author: tgsiegel
change_type: Bug Fix
commit: fix out of bounds
date: '2023-03-06'
merge_request: https://gitlab.cs.umd.edu/dawn/go-backend/dawn-gdd/-/merge_requests/21
version: 1.0.1
author: tgsiegel
change_type: Chore
commit: test public swagger
date: '2023-03-16'
merge_request: https://gitlab.cs.umd.edu/dawn/go-backend/dawn-gdd/-/merge_requests/22
version: 1.0.2
...@@ -12,9 +12,15 @@ import ( ...@@ -12,9 +12,15 @@ import (
var GetGddValues = services.GetGddValues var GetGddValues = services.GetGddValues
// GetDailyGdd godoc // GetDailyGdd godoc
<<<<<<< controllers/gdd_controller.go
// @Summary Get GDD Values for given year // @Summary Get GDD Values for given year
// @Tags Gdd, public // @Tags Gdd, public
// @Security ApiKeyAuth // @Security ApiKeyAuth
=======
// @Summary Get gdd values
// @Tags Gdd, public
// @Description get gdd values
>>>>>>> controllers/gdd_controller.go
// @Accept json // @Accept json
// @Produce json // @Produce json
// @Success 200 {object} models.GddResponse // @Success 200 {object} models.GddResponse
......
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