22
This commit is contained in:
@@ -31,7 +31,7 @@ export class ConfigureConfig {
|
|||||||
// UserList: '/UserList',
|
// UserList: '/UserList',
|
||||||
// User_IndexTest: '/test',
|
// User_IndexTest: '/test',
|
||||||
Car_carList: '/test',
|
Car_carList: '/test',
|
||||||
// Car_addCar: '/test',
|
Car_addCar: '/test',
|
||||||
|
|
||||||
Index_reg: '/reg',
|
Index_reg: '/reg',
|
||||||
Index_login: '/login',
|
Index_login: '/login',
|
||||||
|
|||||||
@@ -14,4 +14,8 @@ export class CarService {
|
|||||||
@Mapper(ResponseType)
|
@Mapper(ResponseType)
|
||||||
public async carList (params: object): Promise<ResponseType[]> {}
|
public async carList (params: object): Promise<ResponseType[]> {}
|
||||||
|
|
||||||
|
@GET()
|
||||||
|
@Mapper(ResponseType)
|
||||||
|
public async addCar (params: object): Promise<ResponseType[]> {}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user