summaryrefslogtreecommitdiff
path: root/internal/api/health/ready.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/health/ready.go')
-rw-r--r--internal/api/health/ready.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/health/ready.go b/internal/api/health/ready.go
index 70e3a324a..04efea17c 100644
--- a/internal/api/health/ready.go
+++ b/internal/api/health/ready.go
@@ -20,7 +20,7 @@ package health
import (
"net/http"
- "github.com/superseriousbusiness/gotosocial/internal/gtserror"
+ "code.superseriousbusiness.org/gotosocial/internal/gtserror"
"github.com/gin-gonic/gin"
)