浏览代码

Adjust moonshine to perfectly pass

Zane Kansil 10 年之前
父节点
当前提交
52b9c193ff
共有 1 个文件被更改,包括 2 次插入2 次删除
  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