T127 mock services path changed to /mock
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
<table>
|
||||
<p>In order to change mockup response settings please fill the form below and save.</p>
|
||||
<form action="#" th:action="@{/home/__${mockedMessageDto.clientUUID}__}"
|
||||
<form action="#" th:action="@{/mock/__${mockedMessageDto.clientUUID}__}"
|
||||
th:object="${mockedMessageDto}" method="post">
|
||||
<input type="text" th:field="*{clientUUID}" hidden/>
|
||||
<tr>
|
||||
@@ -160,7 +160,7 @@
|
||||
<div id="list-wrapper" style="display: none;">
|
||||
<p>Here you can see the interactive list of all your mocked messages. You can call all of them. Use
|
||||
the buttons to sort the list and also update or delete messages.</p>
|
||||
<form action="#" th:action="@{/home/__${mockedMessageDto.clientUUID}__}"
|
||||
<form action="#" th:action="@{/mock/__${mockedMessageDto.clientUUID}__}"
|
||||
th:object="${mockedMessageDto}" method="post">
|
||||
<table>
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user