Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
dashboard-clock
Commits
7691bbe0
Commit
7691bbe0
authored
Mar 11, 2020
by
David Trattnig
Browse files
Configurable API URL.
parent
d3650337
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.js
View file @
7691bbe0
...
...
@@ -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/
'
}
});
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment