• This project
    • Loading...
  • Sign in

이성주 / WhoAreYou

%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
  • WhoAreYou
  • api
  • deck
  • index.js
  • 서주원's avatar
    implement crawling deck.codes · f9464dae
    f9464dae
    서주원 authored 2018-12-03 15:48:01 +0900
index.js 162 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
const express=require('express')
const router=express.Router()

const newDeck=require('./newDeck')

router.post('/newdeck',newDeck.NewDeck)

module.exports=router