Khởi tạo ban đầu
This commit is contained in:
5
controller/index.ts
Normal file
5
controller/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import * as AuthController from "./AuthController";
|
||||
import * as DeviceController from "./DeviceController";
|
||||
import * as MapController from "./MapController";
|
||||
import * as TripController from "./TripController";
|
||||
export { AuthController, DeviceController, MapController, TripController };
|
||||
Reference in New Issue
Block a user