Configurable API & Dashboard base path
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
This commit is contained in:
parent
090db6d4b0
commit
0ec12c7aa7
12 changed files with 253 additions and 50 deletions
|
@ -1,6 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
{{if .APIUrl}}
|
||||
<script>
|
||||
window.APIURL = "{{.APIUrl}}"
|
||||
</script>
|
||||
{{end}}
|
||||
|
||||
<title><%= productName %></title>
|
||||
|
||||
<meta charset="utf-8">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue