diff --git a/src/components/Dashboard.vue b/src/components/Dashboard.vue
index 4e87b28..e0dc8fe 100644
--- a/src/components/Dashboard.vue
+++ b/src/components/Dashboard.vue
@@ -22,24 +22,25 @@
{{ item.label }}:
- {{ labData.assessmentScore[item.prop] || '0' }}
+ {{ labData.assessmentScore[item.prop] || '0' }} / {{ labData.maximum[item.prop] || '0' }}
+
diff --git a/src/config.js b/src/config.js
index 49a221e..b8812db 100644
--- a/src/config.js
+++ b/src/config.js
@@ -3,7 +3,7 @@ const env = import.meta.env.MODE || 'development';
const config = {
development: {
- apiBaseUrl: 'http://192.168.18.9:48080',
+ apiBaseUrl: 'http://192.168.5.49:48080',
},
production: {
apiBaseUrl: 'http://36.103.203.89:48089',