Private
Public Access
1
0

Update module with vanity domain

This commit is contained in:
2024-09-06 01:09:41 -07:00
parent b47132fd05
commit c1fef50c0c
7 changed files with 15 additions and 15 deletions

View File

@@ -9,8 +9,8 @@ import (
"github.com/rs/zerolog"
"github.com/rs/zerolog/log"
"code.severnaya.net/kordophone-mock/v2/prompt"
"code.severnaya.net/kordophone-mock/v2/web"
"go.buzzert.net/kordophone-mock/v2/prompt"
"go.buzzert.net/kordophone-mock/v2/web"
)
type LoggingHook struct {