From 4964a564560fb81a505179ae7d9730d2231a743c Mon Sep 17 00:00:00 2001 From: default Date: Sat, 8 Apr 2023 09:09:43 +0200 Subject: More mastoapi work. --- httpd.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'httpd.c') diff --git a/httpd.c b/httpd.c index e220d29..6d7b76e 100644 --- a/httpd.c +++ b/httpd.c @@ -176,6 +176,9 @@ void httpd_connection(FILE *f) if (status == 0) status = activitypub_get_handler(req, q_path, &body, &b_size, &ctype); + if (status == 0) + status = oauth_get_handler(req, q_path, &body, &b_size, &ctype); + if (status == 0) status = html_get_handler(req, q_path, &body, &b_size, &ctype); } -- cgit v1.2.3