Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #76 from tubone24/openapi
Browse files Browse the repository at this point in the history
fix origin
  • Loading branch information
tubone24 committed May 2, 2019
2 parents 7d63998 + e7f33e1 commit 2287721
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ebook_homebrew/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
title="Ebook-homebrew",
debug=True,
cors=True,
cors_params={"allow_origins": ["*"]},
version=__version__,
static_dir=os.path.join(os.path.dirname(os.path.abspath(__file__)), "static"),
static_route="/static",
Expand Down

0 comments on commit 2287721

Please sign in to comment.