Corrections

This commit is contained in:
2023-11-15 13:42:52 +01:00
parent e5821e766c
commit 75689780bd

View File

@@ -24,8 +24,7 @@ import ElementDescription from './ElementDescription.vue';
<li>History of connections to generated endpoint with ability to look into request method, headers and body</li> <li>History of connections to generated endpoint with ability to look into request method, headers and body</li>
</ul> </ul>
<h2 class="text-2xl font-bold mt-4 mb-2">GUI elements</h2> <h2 class="text-2xl font-bold mt-4 mb-2">GUI elements</h2>
<p>This section describe how certain elements of the application work:</p>
<h3 class="text-lg font-medium mt-2"></h3>
<ElementDescription name="URL field">This field contains autogenerated URL for your REST Mock. All links are removed every 24h.</ElementDescription> <ElementDescription name="URL field">This field contains autogenerated URL for your REST Mock. All links are removed every 24h.</ElementDescription>
<ElementDescription name="'Save' button">Applies every change made on this page and saves it between sessions.</ElementDescription> <ElementDescription name="'Save' button">Applies every change made on this page and saves it between sessions.</ElementDescription>
<ElementDescription name="Response Content Type field">Its just convenient way to set "Content-Type" header in the response.</ElementDescription> <ElementDescription name="Response Content Type field">Its just convenient way to set "Content-Type" header in the response.</ElementDescription>