@@ -31,8 +31,8 @@ def home():
return render_template('index.html', active_button="home")
-@ispdb.route('/embed_map/')
-def embed_map():
+@ispdb.route('/embed_map_cube/')
+def embed_map_cube():
return render_template('embed_map.html')