aboutsummaryrefslogtreecommitdiff
path: root/kamon-status/src/components/HelloWorld.vue
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2019-01-31 22:59:18 +0100
committerIvan Topolnjak <ivantopo@gmail.com>2019-01-31 22:59:18 +0100
commitff8b915260e90084179dcb1d8b0b7b5f62b98470 (patch)
tree612de8f038d3bfb4d1a7fe0d4f41669420fa0f7e /kamon-status/src/components/HelloWorld.vue
parent1db3f5c9c984dabbad7400c0c092942ff04580c0 (diff)
downloadKamon-ff8b915260e90084179dcb1d8b0b7b5f62b98470.tar.gz
Kamon-ff8b915260e90084179dcb1d8b0b7b5f62b98470.tar.bz2
Kamon-ff8b915260e90084179dcb1d8b0b7b5f62b98470.zip
show number of modules and metrics on the status page
Diffstat (limited to 'kamon-status/src/components/HelloWorld.vue')
-rw-r--r--kamon-status/src/components/HelloWorld.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/kamon-status/src/components/HelloWorld.vue b/kamon-status/src/components/HelloWorld.vue
index d9e77ef3..af340a46 100644
--- a/kamon-status/src/components/HelloWorld.vue
+++ b/kamon-status/src/components/HelloWorld.vue
@@ -39,7 +39,7 @@ export default class HelloWorld extends Vue {
private mounted() {
console.log("I'm mounting the thing")
- axios.get("/status/base-config").then(result => {
+ axios.get("/status/config").then(result => {
console.log("GOT A RESULT", result.data)
})
}