aboutsummaryrefslogtreecommitdiffhomepage
path: root/routes/webfinger.php
diff options
context:
space:
mode:
Diffstat (limited to 'routes/webfinger.php')
-rw-r--r--routes/webfinger.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/routes/webfinger.php b/routes/webfinger.php
index 5994529..4445cad 100644
--- a/routes/webfinger.php
+++ b/routes/webfinger.php
@@ -1,8 +1,8 @@
<?php
use WpfTest\GlobalConfig;
-use WpfTest\HttpReturnStatus\BadRequest;
-use WpfTest\HttpReturnStatus\NotFound;
+use WpfTest\HttpResponseStatus\BadRequest;
+use WpfTest\HttpResponseStatus\NotFound;
use WpfTest\Router;
Router::getInstance()->mount('/.well-known/webfinger', function (array $args) {