From 7152517f2586a5b40726365a756087ddddc099ca Mon Sep 17 00:00:00 2001 From: Ivan Topolnjak Date: Mon, 11 Feb 2019 23:16:54 +0100 Subject: self-review changes and use a thread pool for the embedded status page server --- kamon-status/vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kamon-status/vue.config.js') diff --git a/kamon-status/vue.config.js b/kamon-status/vue.config.js index 9459cace..76a1773c 100644 --- a/kamon-status/vue.config.js +++ b/kamon-status/vue.config.js @@ -1,6 +1,6 @@ module.exports = { productionSourceMap: false, devServer: { - proxy: 'http://localhost:9912' + proxy: 'http://localhost:5266' } } \ No newline at end of file -- cgit v1.2.3