Create environnement

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-10-24 17:18:43 +02:00
parent 8932c90c8a
commit a3c418de46
14 changed files with 19 additions and 13 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ meta {
}
post {
url: http://localhost:8000/api/users/login
url: {{url}}/api/users/login
body: json
auth: none
}
+1 -1
View File
@@ -5,7 +5,7 @@ meta {
}
post {
url: http://localhost:8000/api/users/logout
url: {{url}}/api/users/logout
body: none
auth: inherit
}
+1 -1
View File
@@ -5,7 +5,7 @@ meta {
}
post {
url: http://localhost:8000/api/users/register
url: {{url}}/api/users/register
body: json
auth: inherit
}
+1 -1
View File
@@ -5,7 +5,7 @@ meta {
}
delete {
url: http://localhost:8000/api/users/7
url: {{url}}/api/users/7
body: none
auth: inherit
}
+1 -1
View File
@@ -5,7 +5,7 @@ meta {
}
delete {
url: http://localhost:8000/api/users
url: {{url}}/api/users
body: none
auth: inherit
}
+1 -1
View File
@@ -5,7 +5,7 @@ meta {
}
get {
url: http://localhost:8000/api/users/5
url: {{url}}/api/users/5
body: none
auth: inherit
}
+1 -1
View File
@@ -5,7 +5,7 @@ meta {
}
post {
url: http://localhost:8000/api/users/5/role
url: {{url}}/api/users/5/role
body: json
auth: inherit
}
+1 -1
View File
@@ -5,7 +5,7 @@ meta {
}
post {
url: http://localhost:8000/api/users/update
url: {{url}}/api/users/update
body: json
auth: inherit
}
+1 -1
View File
@@ -5,7 +5,7 @@ meta {
}
post {
url: http://localhost:8000/api/users/5/validate
url: {{url}}/api/users/5/validate
body: none
auth: inherit
}
+1 -1
View File
@@ -5,7 +5,7 @@ meta {
}
get {
url: http://localhost:8000/api/users
url: {{url}}/api/users
body: none
auth: inherit
}
+6
View File
@@ -0,0 +1,6 @@
vars {
url: http://localhost:8000
}
vars:secret [
token
]
+1 -1
View File
@@ -5,7 +5,7 @@ meta {
}
get {
url: http://localhost:8000/sanctum/csrf-cookie
url: {{url}}/sanctum/csrf-cookie
body: none
auth: inherit
}
+1 -1
View File
@@ -5,7 +5,7 @@ meta {
}
get {
url: http://localhost:8000/api/hello
url: {{url}}/api/hello
body: none
auth: inherit
}
+1 -1
View File
@@ -5,7 +5,7 @@ meta {
}
get {
url: http://localhost:8000/api/me
url: {{url}}/api/me
body: none
auth: inherit
}