aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-09-24 12:41:36 +0300
committerGitHub <noreply@github.com>2023-09-24 12:41:36 +0300
commitf04bb43856e72d3c0265bc7e2c38661fac268c7c (patch)
tree153d96d63fa211df50cff6136cfe2c6639c3e03f /main.go
parentfeat: removing (by flag) records (#56) (diff)
downloadlphub-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.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index 868db1e..059ac5d 100644
--- a/main.go
+++ b/main.go
@@ -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
24func main() { 24func main() {
25 if os.Getenv("ENV") == "PROD" { 25 if os.Getenv("ENV") == "PROD" {
26 gin.SetMode(gin.ReleaseMode) 26 gin.SetMode(gin.ReleaseMode)