uptading Supplier Page
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
.gitignore
|
||||
.openapi-generator-ignore
|
||||
README.md
|
||||
api.base.service.ts
|
||||
api.module.ts
|
||||
|
||||
@@ -12,7 +12,7 @@ import { CustomHttpParameterCodec } from './encoder';
|
||||
import { Configuration } from './configuration';
|
||||
|
||||
export class BaseService {
|
||||
protected basePath = 'https://localhost:44379';
|
||||
protected basePath = 'http://localhost:5298';
|
||||
public defaultHeaders = new HttpHeaders();
|
||||
public configuration: Configuration;
|
||||
public encoder: HttpParameterCodec;
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
import { GetProductDto } from './get-product-dto';
|
||||
|
||||
|
||||
export interface GetSupplierDto {
|
||||
@@ -18,5 +19,6 @@ export interface GetSupplierDto {
|
||||
zipCode?: string | null;
|
||||
city?: string | null;
|
||||
deliveryDelay?: number;
|
||||
products?: Array<GetProductDto> | null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user