feat: frontend
This commit is contained in:
7
ordr-ui/app/client/queries/GetOrderByIdQuery.ts
Normal file
7
ordr-ui/app/client/queries/GetOrderByIdQuery.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
GetOrderById
|
||||
GET: http://localhost:8080/order?order_id=8
|
||||
*/
|
||||
export interface GetOrderById {
|
||||
order_id: string;
|
||||
}
|
||||
Reference in New Issue
Block a user