Browse Source

Adjust moonshine to perfectly pass

Zane Kansil 10 years ago
parent
commit
52b9c193ff
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frameworks/Crystal/moonshine/server.cr

+ 2 - 2
frameworks/Crystal/moonshine/server.cr

@@ -14,9 +14,9 @@ app = App.new
 
 class CONTENT
   UTF8 = "; charset=UTF-8"
-  JSON = "application/json" + UTF8
+  JSON = "application/json" #+ UTF8
   PLAIN = "text/plain"
-  HTML = "text/html" + UTF8
+  HTML = "text/html" #+ UTF8
 end
 
 ID_MAXIMUM = 10_000