From 6a4b971b56816bebbeb3f3cb9d5910ac3d078bd2 Mon Sep 17 00:00:00 2001
From: David Trattnig <david.trattnig@o94.at>
Date: Wed, 11 Mar 2020 12:25:30 +0100
Subject: [PATCH] Configurable API URL.

---
 contrib/aura-clock/src/main.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/aura-clock/src/main.js b/contrib/aura-clock/src/main.js
index c9ddf83e..06b99701 100644
--- a/contrib/aura-clock/src/main.js
+++ b/contrib/aura-clock/src/main.js
@@ -3,7 +3,7 @@ import StudioClock from './StudioClock.svelte';
 const clock = new StudioClock({
 	target: document.body,
 	props: {
-		name: 'world'
+		apiUrl: 'http://localhost:3333/api/v1/'
 	}
 });
 
-- 
GitLab