mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
Remove CORS
This commit is contained in:
parent
dafb3d2c9b
commit
2e6cedca44
1 changed files with 0 additions and 2 deletions
|
@ -71,8 +71,6 @@ env.filters["date"] = date_filter
|
||||||
env.filters["time"] = time_filter
|
env.filters["time"] = time_filter
|
||||||
|
|
||||||
app = Roll()
|
app = Roll()
|
||||||
cors(app, methods="*", headers="*")
|
|
||||||
options(app)
|
|
||||||
traceback(app)
|
traceback(app)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue