export const POST_PATH: string = __dirname + '/../posts'; export const STATIC_PATH: string = __dirname + '/../static'; export const POST_ROUTE_PREFIX: string = '/posts'