Răsfoiți Sursa

Adjust moonshine to perfectly pass

Zane Kansil 10 ani în urmă
părinte
comite
52b9c193ff
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      frameworks/Crystal/moonshine/server.cr

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

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