Skip to content

Commit

Permalink
accept POST on rels parsing endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpk committed May 15, 2024
1 parent 7b9adcc commit db4ca59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class Config {
$router->addRoute('POST', '/feeds', 'Feeds::find');

$router->addRoute('GET', '/rels', 'Rels::fetch');
$router->addRoute('POST', '/rels', 'Rels::fetch');

$router->addRoute('GET', '/cert', 'Certbot::index');
$router->addRoute('GET', '/cert/auth', 'Certbot::start_auth');
Expand Down

0 comments on commit db4ca59

Please sign in to comment.