We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ca610 commit f15e043Copy full SHA for f15e043
1 file changed
app/__init__.py
@@ -15,8 +15,8 @@
15
16
if EXAMPLES_API_TYPE["Rooms"]:
17
app = Flask(__name__, template_folder='rooms/templates')
18
-# elif EXAMPLES_API_TYPE["Click"]:
19
-# app = Flask(__name__, template_folder='click/templates')
+elif EXAMPLES_API_TYPE["Click"]:
+ app = Flask(__name__, template_folder='click/templates')
20
else:
21
app = Flask(__name__)
22
app.config.from_pyfile("config.py")
0 commit comments