diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-11-06 08:37:57 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-06 08:37:57 +0300 |
| commit | 1ea886701bc3f945a520d4e01194109cad83ebbc (patch) | |
| tree | 59add9c86d713bf7683e0dd32b7fa0a579c39609 /docs | |
| parent | feat: profile (#54) (diff) | |
| download | lphub-1ea886701bc3f945a520d4e01194109cad83ebbc.tar.gz lphub-1ea886701bc3f945a520d4e01194109cad83ebbc.tar.bz2 lphub-1ea886701bc3f945a520d4e01194109cad83ebbc.zip | |
fix: sql typo in update user (#127)
Former-commit-id: dd0f8d101c7bb7e8817ed0e4e284a88674209e14
Diffstat (limited to '')
| -rw-r--r-- | docs/docs.go | 5 |
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 | ||
| 3 | package docs | 2 | package docs |
| 4 | 3 | ||
| 5 | import "github.com/swaggo/swag" | 4 | import "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 | ||
| 2046 | func init() { | 2047 | func init() { |