diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-09-24 12:41:36 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-24 12:41:36 +0300 |
| commit | f04bb43856e72d3c0265bc7e2c38661fac268c7c (patch) | |
| tree | 153d96d63fa211df50cff6136cfe2c6639c3e03f /main.go | |
| parent | feat: removing (by flag) records (#56) (diff) | |
| download | lphub-f04bb43856e72d3c0265bc7e2c38661fac268c7c.tar.gz lphub-f04bb43856e72d3c0265bc7e2c38661fac268c7c.tar.bz2 lphub-f04bb43856e72d3c0265bc7e2c38661fac268c7c.zip | |
docs: add delete record, update discussion and main (#56)
Former-commit-id: 8abea862f066e06fc31df3d5ddd921334fe76f5c
Diffstat (limited to '')
| -rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -19,8 +19,8 @@ import ( | |||
| 19 | // @license.name GNU General Public License, Version 2 | 19 | // @license.name GNU General Public License, Version 2 |
| 20 | // @license.url https://www.gnu.org/licenses/old-licenses/gpl-2.0.html | 20 | // @license.url https://www.gnu.org/licenses/old-licenses/gpl-2.0.html |
| 21 | 21 | ||
| 22 | // @host lp.ardapektezol.com/api | 22 | // @host lp.ardapektezol.com |
| 23 | // @BasePath /v1 | 23 | // @BasePath /api/v1 |
| 24 | func main() { | 24 | func main() { |
| 25 | if os.Getenv("ENV") == "PROD" { | 25 | if os.Getenv("ENV") == "PROD" { |
| 26 | gin.SetMode(gin.ReleaseMode) | 26 | gin.SetMode(gin.ReleaseMode) |