add project base

This commit is contained in:
Julien Aldon
2026-02-09 17:39:09 +01:00
commit 145f3f632e
43 changed files with 1045 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
meta {
name: productors
}
auth {
mode: inherit
}
vars:pre-request {
Route: productors
ExamplePOSTBody: {"name": "test", "address": "test", "payment": "test"}
ExamplePUTBody: {"name": "updatetestt", "address": "updatetestt"}
}