[httpd/spotify] Remove redirect to legacy admin.html page

This commit is contained in:
chme
2020-11-21 12:25:01 +01:00
parent b8a66a92cf
commit 13e8103962
3 changed files with 10 additions and 19 deletions

View File

@@ -150,10 +150,10 @@ void
httpd_send_error(struct evhttp_request *req, int error, const char *reason);
/*
* Redirects to /admin.html
* Redirects to the given path
*/
void
httpd_redirect_to_admin(struct evhttp_request *req);
httpd_redirect_to(struct evhttp_request *req, const char *path);
bool