Updated module path

This commit is contained in:
2025-02-25 16:48:09 +01:00
parent a4177508f1
commit 4b3560d0cf
12 changed files with 27 additions and 27 deletions

View File

@ -13,7 +13,7 @@ import (
"sync"
"syscall"
"git.akyoto.dev/go/router"
"git.urbach.dev/go/router"
)
// Server is the interface for an HTTP server.