mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Add support for running under a context path, ie. /bonob, replace BONOB_WEB_ADDRESS with BONOB_URL
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<% } else { %>
|
||||
<h3>No existing service registration</h3>
|
||||
<% } %>
|
||||
<form action="/register" method="POST"><button>Re-register</button></form>
|
||||
<form action="<%= it.registerRoute %>" method="POST"><button>Re-register</button></form>
|
||||
<h2>Devices</h2>
|
||||
<ul>
|
||||
<% it.devices.forEach(function(d){ %>
|
||||
|
||||
Reference in New Issue
Block a user