learning food (I burnty my food for htis)
This commit is contained in:
@@ -21,6 +21,7 @@ async fn api_json_ticket(id: web::Path<i32>) -> impl Responder {
|
||||
let fetched_ticket_data = get_ticket(&mut establish_connection(), *id);
|
||||
HttpResponse::Ok()
|
||||
.content_type(ContentType::json())
|
||||
.insert_header(("Access-Control-Allow-Origin", "*"))
|
||||
.json(fetched_ticket_data)
|
||||
}
|
||||
#[post("api/json/ticket/new")]
|
||||
|
||||
Reference in New Issue
Block a user