chore: Rename routes API.

This commit is contained in:
greysoh 2024-04-25 11:33:10 -04:00
parent fdf3ce72d8
commit c0d88a3346
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
10 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,19 @@
meta {
name: Create
type: http
seq: 1
}
post {
url: http://127.0.0.1:3000/api/v1/users/create
body: json
auth: inherit
}
body:json {
{
"name": "Greysoh Hofuh",
"email": "greyson@hofers.cloud",
"password": "hunter123"
}
}