فهرست منبع

remove compression (traefik provides it instead)

Pi 1 سال پیش
والد
کامیت
3f88b7c826
3فایلهای تغییر یافته به همراه2 افزوده شده و 4 حذف شده
  1. 1 1
      grocery-transactions
  2. 1 2
      rest/cherrypy.py
  3. 0 1
      rest/requirements.txt

+ 1 - 1
grocery-transactions

@@ -1 +1 @@
-Subproject commit 755bb20ec4bf01f4b372c52e7ffdffa6090ef4d2
+Subproject commit 631aac0cd1313f3d31f34ddb526f86c5d0e93e17

+ 1 - 2
rest/cherrypy.py

@@ -1,9 +1,8 @@
 import cherrypy
-import wsgigzip
 import bottle
 from .pyapi import *
 
-application = wsgigzip.GzipMiddleware(bottle.default_app())
+application = bottle.default_app()
 
 cherrypy.config.update({
     'server.socket_host': "0.0.0.0",

+ 0 - 1
rest/requirements.txt

@@ -1,5 +1,4 @@
 bottle
-wsgigzip
 cherrypy
 base32-lib
 lxml