[httpd] UI apology

This commit is contained in:
ejurgensen 2016-11-27 22:52:59 +01:00
parent f11a094d82
commit 7239d39c5f
1 changed files with 2 additions and 0 deletions

View File

@ -248,6 +248,8 @@ oauth_interface(struct evhttp_request *req, const char *uri)
spotify_oauth_interface(evbuf, redirect_uri); spotify_oauth_interface(evbuf, redirect_uri);
#endif #endif
evbuffer_add_printf(evbuf, "<p><i>(sorry about this ugly interface)</i></p>\n");
evhttp_clear_headers(&query); evhttp_clear_headers(&query);
httpd_send_reply(req, HTTP_OK, "OK", evbuf, 0); httpd_send_reply(req, HTTP_OK, "OK", evbuf, 0);