diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-08-10 19:08:59 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:19 +0700 |
commit | 352c017698a055a14e76d2a7bba0b8c6e0a0400c (patch) | |
tree | 361e3ffd34362521369345b53e5b8b82bd5bef9f /python/Flask-Cors/README | |
parent | 521e4aa9d0e1768e32962940592bf41a48ee2158 (diff) | |
download | slackbuilds-352c017698a055a14e76d2a7bba0b8c6e0a0400c.tar.gz |
python/Flask-Cors: Added (Flask extension for handling CORS).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/Flask-Cors/README')
-rw-r--r-- | python/Flask-Cors/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/Flask-Cors/README b/python/Flask-Cors/README new file mode 100644 index 0000000000..a51f343317 --- /dev/null +++ b/python/Flask-Cors/README @@ -0,0 +1,2 @@ +Flask extension for handling Cross Origin Resource Sharing (CORS), +making cross-origin AJAX possible. |