diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-04-20 18:31:50 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-04-21 23:57:47 +0300 |
| commit | ae2cf01da33d7a62dbb0fcd77ea3a05d16e18cbb (patch) | |
| tree | 06168b4a41949d48fa83195a91b5cb610ca56af5 /main.go | |
| parent | finalize swagger, port to prod machine (#34) (diff) | |
| download | lphub-ae2cf01da33d7a62dbb0fcd77ea3a05d16e18cbb.tar.gz lphub-ae2cf01da33d7a62dbb0fcd77ea3a05d16e18cbb.tar.bz2 lphub-ae2cf01da33d7a62dbb0fcd77ea3a05d16e18cbb.zip | |
test push for ci/cd
Diffstat (limited to '')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -15,7 +15,7 @@ import ( | |||
| 15 | 15 | ||
| 16 | // @title Least Portals Database API | 16 | // @title Least Portals Database API |
| 17 | // @version 1.0 | 17 | // @version 1.0 |
| 18 | // @description Backend API endpoints for Least Portals Database. | 18 | // @description Backend API endpoints for the Least Portals Database. |
| 19 | 19 | ||
| 20 | // @license.name GNU General Public License, Version 2 | 20 | // @license.name GNU General Public License, Version 2 |
| 21 | // @license.url https://www.gnu.org/licenses/old-licenses/gpl-2.0.html | 21 | // @license.url https://www.gnu.org/licenses/old-licenses/gpl-2.0.html |