Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Commit

Permalink
- fixed issue #7
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbaum committed Mar 5, 2019
1 parent 89fafcf commit 3ee8193
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
|--------------------------------------------------------------------------
| Here you can configure the URI to the backend API.
*/
apiUri: `workshop/api/v1`,
apiUri: `${workshopUri}/api/v1`,

/*
|--------------------------------------------------------------------------
Expand Down
6 changes: 5 additions & 1 deletion resources/views/gui.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@


<!-- Styles -->
<link href='{{ asset('vendor/workshop/css/app.css') }}' rel='stylesheet' type='text/css'>
<link href='{{ asset('vendor/workshop/css/app.css') }}' rel='stylesheet' type='text/css'>

<script>
const workshopUri = '{{ config('workshop.uri') }}'
</script>

</head>

Expand Down

0 comments on commit 3ee8193

Please sign in to comment.