We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c767f commit 3aa93eaCopy full SHA for 3aa93ea
1 file changed
__init__.py
@@ -2,6 +2,7 @@
2
from flask import Flask, render_template_string, render_template, jsonify
3
from flask import render_template
4
from flask import json
5
+from flask import send_from_directory
6
from urllib.request import urlopen
7
import sqlite3
8
@@ -78,4 +79,4 @@ def dée():
78
79
80
@app.route('/outils')
81
def outils():
- return render_template('Outils_JS.html')
82
+ return send_from_directory('static', 'Outils_JS.html')
0 commit comments