fix more urls

This commit is contained in:
Quaternions 2024-11-26 14:03:18 -08:00
parent d22a2770e3
commit ca0fac97d0
2 changed files with 3 additions and 3 deletions

View File

@ -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`.
By default, the project opens at `localhost:8080`.

2
go.mod
View File

@ -1,4 +1,4 @@
module git.itzana.me/strafesnet/public-api
module git.itzana.me/strafesnet/maps-service
go 1.22