parent
c04b06f79b
commit
273edc1d64
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ where
|
|||
|
||||
impl Handler for GraphiQLHandler {
|
||||
fn handle(&self, _: &mut Request) -> IronResult<Response> {
|
||||
let content_type = "text/html".parse::<Mime>().unwrap();
|
||||
let content_type = "text/html; charset=utf-8".parse::<Mime>().unwrap();
|
||||
|
||||
Ok(Response::with((
|
||||
content_type,
|
||||
|
|
Loading…
Reference in a new issue