From 9630516b4f5fab224a32875d2ac4e886829f2c6c Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Tue, 14 Apr 2020 09:39:16 -0500 Subject: [PATCH] Remove superseded note This closes #7465. --- ui/server/proxies/api.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/server/proxies/api.js b/ui/server/proxies/api.js index 5678210d6..a8a0aeff7 100644 --- a/ui/server/proxies/api.js +++ b/ui/server/proxies/api.js @@ -1,6 +1,5 @@ 'use strict'; -// Issue to improve: https://github.com/hashicorp/nomad/issues/7465 const proxyPath = '/v1'; module.exports = function(app, options) {