Browse Source

accept POST on rels parsing endpoint

pull/93/merge
Aaron Parecki 5 months ago
parent
commit
db4ca599aa
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      public/index.php

+ 1
- 0
public/index.php View File

@ -29,6 +29,7 @@ $router->addRoute('GET', '/feeds', 'Feeds::find');
$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');

Loading…
Cancel
Save