UNPKG

hra-api

Version:

The Human Reference Atlas (HRA) API deployed to https://apps.humanatlas.io/api/

11 lines (7 loc) 205 B
import { Wayne } from '@jcubic/wayne'; import hraPopRoutes from './routes/hra-pop.js'; import v1Routes from './routes/v1'; const app = new Wayne(); v1Routes(app); hraPopRoutes(app); export default app;