update to python fastpi
This commit is contained in:
33
Frontend/src/services/api/index.ts
Normal file
33
Frontend/src/services/api/index.ts
Normal file
@@ -0,0 +1,33 @@
|
||||
export { default as apiClient } from './apiClient';
|
||||
export { default as authService } from './authService';
|
||||
export type * from './authService';
|
||||
|
||||
export { default as roomService } from './roomService';
|
||||
export type * from './roomService';
|
||||
|
||||
export { default as bannerService } from './bannerService';
|
||||
export type * from './bannerService';
|
||||
|
||||
export { default as reviewService } from './reviewService';
|
||||
export type * from './reviewService';
|
||||
|
||||
export { default as favoriteService } from './favoriteService';
|
||||
export type * from './favoriteService';
|
||||
|
||||
export { default as bookingService } from './bookingService';
|
||||
export type * from './bookingService';
|
||||
|
||||
export { default as paymentService } from './paymentService';
|
||||
export type * from './paymentService';
|
||||
|
||||
export { default as userService } from './userService';
|
||||
export type * from './userService';
|
||||
|
||||
export { default as serviceService } from './serviceService';
|
||||
export type * from './serviceService';
|
||||
|
||||
export { default as promotionService } from './promotionService';
|
||||
export type * from './promotionService';
|
||||
|
||||
export { default as reportService } from './reportService';
|
||||
export type * from './reportService';
|
||||
Reference in New Issue
Block a user