• This project
    • Loading...
  • Sign in

엄성진 / learn-in-web-backend

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • learn-in-web-backend
  • src
  • post
  • post.controller.ts
  • sungjin's avatar
    Add Post, Auth (user validation is needed at post) · bc1bcc9c
    bc1bcc9c
    sungjin authored 2021-11-16 19:12:35 +0900
post.controller.ts 97 Bytes
Raw Blame History Permalink
1 2 3 4
import { Controller } from '@nestjs/common';

@Controller('post')
export class PostController {}