Initial commit.

This commit is contained in:
Florian THIERRY
2024-03-08 13:42:28 +01:00
commit 494b731885
49 changed files with 1337 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
meta {
name: Login
type: http
seq: 1
}
get {
url:
body: none
auth: none
}

View File

@@ -0,0 +1,5 @@
{
"version": "1",
"name": "Codiki",
"type": "collection"
}

View File

@@ -0,0 +1,3 @@
vars {
url: http://localhost:8080
}