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