diff options
| author | winter | 2024-12-07 21:44:42 +0000 |
|---|---|---|
| committer | winter | 2024-12-07 21:44:42 +0000 |
| commit | a84232811dadccf7047424f27340a7f9847bedff (patch) | |
| tree | a6a0823c8b9485b6a5b60ea7ae854f9511a6ae1e /routes/webfinger.php | |
| parent | e1ad307b531c27ec6bfaf8b4d018991b0d4a78f3 (diff) | |
many many changes but actors are loaded from db now
Diffstat (limited to 'routes/webfinger.php')
| -rw-r--r-- | routes/webfinger.php | 4 |
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) { |
