Skip to content

Commit

Permalink
dumdum
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonhochkins committed Jul 3, 2024
1 parent fd22acb commit 80bd990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hakit/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Hakit",
"version": "1.0.21",
"version": "1.0.22",
"slug": "hakit",
"init": false,
"ingress": true,
Expand Down
2 changes: 1 addition & 1 deletion hakit/server/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h2>Write to File</h2>
<button onclick="writeToFile()">Write to File</button>

<script>
let baseUrl = window.location.origin;
let baseUrl = window.location.origin + window.location.pathname;

function getAddonInfo() {
fetch(`${baseUrl}get-addon-info`, {
Expand Down

0 comments on commit 80bd990

Please sign in to comment.