refactor(architecture): unify facade headers and remove unused lcd dependency
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "printer_protocol.h"
|
||||
#include "domain.h"
|
||||
esp_err_t rest_server_job_get(httpd_req_t *req) {
|
||||
if (!rest_server_auth_ok(req)) {
|
||||
return rest_server_send_error(req, "401 Unauthorized", "unauthorized");
|
||||
|
||||
Reference in New Issue
Block a user