UNPKG

@mwcp/kmore

Version:

midway component for knex, supports declarative transaction and OpenTelemetry

10 lines (5 loc) 171 B
import { ConfigKey } from '##/lib/types.js' export class DefaultApi { static readonly base: string = `/_${ConfigKey.namespace}` static readonly hello = '/hello' }