Skip to content

Commit d68bca0

Browse files
committed
fix cors error
Signed-off-by: Praneeth Bedapudi <[email protected]>
1 parent cae204d commit d68bca0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

fastdeploy/_rest.py

-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ def on_get(self, req, resp):
311311

312312

313313
app = falcon.App(
314-
cors_enable=True,
315314
middleware=falcon.CORSMiddleware(allow_origins="*", allow_credentials="*"),
316315
)
317316

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
AUTHOR = "BEDAPUDI PRANEETH"
2020
REQUIRES_PYTHON = ">=3.6.0"
21-
VERSION = "3.0.14"
21+
VERSION = "3.0.15"
2222

2323
# What packages are required for this module to be executed?
2424
REQUIRED = ["falcon", "liteindex", "zstandard", "gunicorn[gevent]", "msgpack"]

0 commit comments

Comments
 (0)