diff --git a/routes/kube_helm_routes.py b/routes/kube_helm_routes.py index 53ba0ce..0f51d40 100644 --- a/routes/kube_helm_routes.py +++ b/routes/kube_helm_routes.py @@ -23,12 +23,7 @@ def chartVersions(): table.classes = ['table-striped', 'table-condensed', 'table-hover'] return render_template('chartRevisionList.html', table=table) - -<<<<<<< HEAD -@routes.route('/nsLookup//') -======= @routes.route('/nsLookup/') ->>>>>>> a7df40eb7710553f5d0185c3fa04ea6991c06f89 def namespaceLookup(ns): charts = get_charts(ns) return jsonify(charts)