mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20:55 +03:00
EventManager: support placeholders within URL paths
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -91,7 +91,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
<input type="text" class="form-control" id="idHTTPEndpoint" name="http_endpoint" placeholder=""
|
||||
aria-describedby="HTTPEndpointHelpBlock" value="{{.Action.Options.HTTPConfig.Endpoint}}">
|
||||
<small id="HTTPEndpointHelpBlock" class="form-text text-muted">
|
||||
Endpoint URL, i.e https://host:port/path
|
||||
Endpoint URL, i.e https://host:port/path. Placeholders are supported within the URL path
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user