forked from ddrilling/AsbCloudServer
399393fd55
WellboreServiceTest Add testCase; Add Auth.http; Fix wellbore.http;
12 lines
191 B
HTTP
12 lines
191 B
HTTP
@baseUrl = http://127.0.0.1:5000
|
|
@contentType = application/json
|
|
|
|
## Auth
|
|
POST {{baseUrl}}/auth/login
|
|
Content-Type: {{contentType}}
|
|
accept: */*
|
|
|
|
{
|
|
"login": "dev",
|
|
"password": "Rp7gsNMk"
|
|
} |