Configured tools for new libxml backend address

This commit is contained in:
2023-05-22 12:16:17 +02:00
parent 5887c92a2a
commit 8bf707abd2
3 changed files with 9 additions and 9 deletions

View File

@@ -9,11 +9,11 @@ import Parser
app = Flask(__name__)
CORS(app)
cors = CORS(app, resource={
r"/*":{
"origins":"*"
}
})
# cors = CORS(app, resource={
# r"/*":{
# "origins":"*"
# }
# })
def process_xml(request: request, type: str) -> str:
"""Function to process