aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-11-06 08:37:57 +0300
committerGitHub <noreply@github.com>2023-11-06 08:37:57 +0300
commit1ea886701bc3f945a520d4e01194109cad83ebbc (patch)
tree59add9c86d713bf7683e0dd32b7fa0a579c39609 /docs
parentfeat: profile (#54) (diff)
downloadlphub-1ea886701bc3f945a520d4e01194109cad83ebbc.tar.gz
lphub-1ea886701bc3f945a520d4e01194109cad83ebbc.tar.bz2
lphub-1ea886701bc3f945a520d4e01194109cad83ebbc.zip
fix: sql typo in update user (#127)
Former-commit-id: dd0f8d101c7bb7e8817ed0e4e284a88674209e14
Diffstat (limited to 'docs')
-rw-r--r--docs/docs.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/docs.go b/docs/docs.go
index 119197c..f689ba6 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -1,5 +1,4 @@
1// Package docs GENERATED BY SWAG; DO NOT EDIT 1// Package docs Code generated by swaggo/swag. DO NOT EDIT
2// This file was generated by swaggo/swag
3package docs 2package docs
4 3
5import "github.com/swaggo/swag" 4import "github.com/swaggo/swag"
@@ -2041,6 +2040,8 @@ var SwaggerInfo = &swag.Spec{
2041 Description: "Backend API endpoints for the Least Portals Database.", 2040 Description: "Backend API endpoints for the Least Portals Database.",
2042 InfoInstanceName: "swagger", 2041 InfoInstanceName: "swagger",
2043 SwaggerTemplate: docTemplate, 2042 SwaggerTemplate: docTemplate,
2043 LeftDelim: "{{",
2044 RightDelim: "}}",
2044} 2045}
2045 2046
2046func init() { 2047func init() {