pping / src /routes /index.ts
understanding's picture
Upload 25 files
656c481 verified
raw
history blame contribute delete
98 Bytes
import pingRoute from "./ping";
import homeRoute from "./home";
export { pingRoute, homeRoute };