UNPKG

@teikei/api

Version:

Teikei API server. Teikei is the software that powers ernte-teilen.org, a website that maps out Community-supported Agriculture in Germany.

10 lines (8 loc) 188 B
import express from '@feathersjs/express' import path from 'path' export default app => { app.use( '/schemas', express.static(path.resolve(__dirname, '../../../schemas')) ) }