DD.WellWorkover.Cloud/AsbCloudWebApi/Rest/Auth.http
ngfrolov 399393fd55
fix WellboreService; плановые секции не учитываются.
WellboreServiceTest Add testCase;
Add Auth.http;
Fix wellbore.http;
2023-10-24 11:15:27 +05:00

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"
}