diff --git a/config/local b/config/local index 5cfc075dd9368c46ac01f21dbc4a714872c6ba5a..354c4982d28d4296693d976b9ee2677ad1fc3071 100644 --- a/config/local +++ b/config/local @@ -1,5 +1,5 @@ app: - name: dawn-server + name: gdd-service # logType: json server: diff --git a/main.go b/main.go index c12dbe948fd88dc4b0c79f5060f73d5b57e16283..44eb83a6d1bc4ef7973705b972032b62da34ba0a 100644 --- a/main.go +++ b/main.go @@ -93,9 +93,9 @@ func createFiberApp() *fiber.App { return app } -// @title Dawn Weather Server +// @title Dawn GDD Service // @version 1.0 -// @description All operations for weather data +// @description All operations for GDD/Freezing Date data // @contact.name API Support // @contact.email tgsiegel@umd.edu // @host localhost:8080