Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Apr 11, 2024
1 parent 03b178b commit edf456c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<head>
<meta charset="utf-8">
<title>Account</title>
<base href="/">
<base href="${BASE_PATH}/account/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="assets/fusio_32px.png">
<script>
FUSIO_URL = 'http://127.0.0.1/projects/fusio/public/index.php/';
FUSIO_URL = '${API_URL}';
RECAPTCHA_KEY = '${RECAPTCHA_KEY}';
</script>
</head>
Expand Down

0 comments on commit edf456c

Please sign in to comment.