add basic mock server for api testing

This commit is contained in:
2026-07-14 15:04:22 +02:00
parent 0de10445f6
commit 550978a852
5 changed files with 598 additions and 1 deletions
@@ -1,5 +1,5 @@
{
"apiUrl": "https://api.example.com/contratti",
"apiUrl": "http://localhost:3000/contratti",
"apiUsername": "your-username",
"apiPassword": "your-password",
"apiKey": "your-api-key",