Ping / src /controllers /index.ts
understanding's picture
Upload 41 files
ba5c923 verified
raw
history blame contribute delete
164 Bytes
import pingController from "./ping";
import { getQrCodeController, homeController } from "./home";
export { pingController, homeController, getQrCodeController };