diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-10-22 18:38:51 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-10-22 18:38:51 +0300 |
| commit | dda495de3fd79e4a36713c6012820b7e3394d172 (patch) | |
| tree | 64074eb6e9a50cc91394d486655d0919aa08d61d /backend/main.go | |
| parent | frontend: fix broken msg for coop submission (diff) | |
| download | lphub-dda495de3fd79e4a36713c6012820b7e3394d172.tar.gz lphub-dda495de3fd79e4a36713c6012820b7e3394d172.tar.bz2 lphub-dda495de3fd79e4a36713c6012820b7e3394d172.zip | |
docs: point to pektezoldev
Diffstat (limited to '')
| -rw-r--r-- | backend/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/main.go b/backend/main.go index edbe7f8..a1a4a20 100644 --- a/backend/main.go +++ b/backend/main.go | |||
| @@ -20,7 +20,7 @@ import ( | |||
| 20 | // @license.name GNU Affero General Public License, Version 3 | 20 | // @license.name GNU Affero General Public License, Version 3 |
| 21 | // @license.url https://www.gnu.org/licenses/agpl-3.0.html | 21 | // @license.url https://www.gnu.org/licenses/agpl-3.0.html |
| 22 | 22 | ||
| 23 | // @host lp.ardapektezol.com | 23 | // @host lp.pektezol.dev |
| 24 | // @BasePath /api/v1 | 24 | // @BasePath /api/v1 |
| 25 | func main() { | 25 | func main() { |
| 26 | err := godotenv.Load() | 26 | err := godotenv.Load() |