Skip to content

Commit

Permalink
import cors
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusmota committed May 12, 2019
1 parent dded37f commit 02c692f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from flask import Flask, request, jsonify
from flask_restful import Resource, Api
from config import Config
from flask_cors import CORS
from flask_cors import CORS, cross_origin


class IndexResource(Resource):
Expand Down

0 comments on commit 02c692f

Please sign in to comment.