post.controller.ts 97 Bytes Raw Blame History Permalink 1 2 3 4 import { Controller } from '@nestjs/common'; @Controller('post') export class PostController {}