From ca0fac97d00e36ad4425ea61a9f1f5ae32482357 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Tue, 26 Nov 2024 14:03:18 -0800 Subject: [PATCH] fix more urls --- README.md | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4833cc9..aa79d7c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ``` 2. Build the project. ```bash - go build git.itzana.me/strafesnet/public-api + go build git.itzana.me/strafesnet/maps-service ``` - By default, the project opens at `localhost:8080`. \ No newline at end of file + By default, the project opens at `localhost:8080`. diff --git a/go.mod b/go.mod index 39e17ed..fe1f103 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.itzana.me/strafesnet/public-api +module git.itzana.me/strafesnet/maps-service go 1.22