Skip to content

Commit 819e2fb

Browse files
committed
Add missing charset tag in graphiql HTML page
Fixes gh-1231
1 parent e97bb2d commit 819e2fb

File tree

1 file changed

+2
-0
lines changed
  • spring-graphql/src/main/resources/graphiql

1 file changed

+2
-0
lines changed

spring-graphql/src/main/resources/graphiql/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
46
<title>GraphiQL</title>
57
<style>
68
body {

0 commit comments

Comments
 (0)