Commit 2fd2693b authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

index: deliver json as utf-8

parent 9b1de3c6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -260,4 +260,5 @@ app->config(
	},
);

app->types->type( json => 'application/json; charset=utf-8' );
app->start();