INNER CODE UNIT · Python
index
apache/cloudstack · tools/ngui/app.py:34
def index():
return send_from_directory("templates", "index.html")
if __name__ == '__main__':
app.run(debug=True)
INNER CODE UNIT · Python
apache/cloudstack · tools/ngui/app.py:34
def index():
return send_from_directory("templates", "index.html")
if __name__ == '__main__':
app.run(debug=True)