aboutsummaryrefslogtreecommitdiffhomepage
path: root/routes/webfinger.php
diff options
context:
space:
mode:
Diffstat (limited to 'routes/webfinger.php')
-rw-r--r--routes/webfinger.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/routes/webfinger.php b/routes/webfinger.php
index db29e73..cfccb22 100644
--- a/routes/webfinger.php
+++ b/routes/webfinger.php
@@ -1,10 +1,10 @@
<?php
-use WpfTest\GlobalConfig;
-use WpfTest\HttpResponseStatus\BadRequest;
-use WpfTest\HttpResponseStatus\NotFound;
-use WpfTest\Model\Actor;
-use WpfTest\Router;
+use Digitigrade\GlobalConfig;
+use Digitigrade\HttpResponseStatus\BadRequest;
+use Digitigrade\HttpResponseStatus\NotFound;
+use Digitigrade\Model\Actor;
+use Digitigrade\Router;
Router::getInstance()->mount('/.well-known/webfinger', function (array $args) {
if (!isset($_GET['resource'])) {