Skip to content

Commit

Permalink
Changed default values
Browse files Browse the repository at this point in the history
  • Loading branch information
delas committed Mar 12, 2024
1 parent 7b32ffb commit d03cd05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/SidebarData.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
export default {
name: "SidebarData",
data: () => ({
configuration: "https://raw.githubusercontent.com/delas/tiramisu-web/master/examples/example1.json",
dfg: "https://raw.githubusercontent.com/delas/tiramisu/master/examples/example1.dfg"
configuration: "https://raw.githubusercontent.com/tiramisuframework/healthcare/master/examples/example1.json",
dfg: "https://raw.githubusercontent.com/tiramisuframework/healthcare/master/examples/example1.dfg"
}),
};
</script>
</script>

0 comments on commit d03cd05

Please sign in to comment.