Add routes

This commit is contained in:
Dayamond
2025-10-21 17:18:00 +02:00
parent 42a98f3435
commit a7b9ce803b
5 changed files with 91 additions and 1 deletions
+20
View File
@@ -0,0 +1,20 @@
meta {
name: get CSRF
type: http
seq: 3
}
get {
url: http://localhost:8000/sanctum/csrf-cookie
body: none
auth: inherit
}
assert {
res.status: eq 204
}
settings {
encodeUrl: true
timeout: 0
}