• This project
    • Loading...
  • Sign in

2020-2_open_source_sw_development_Han / Jaksimsamil

%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
  • Jaksimsamil
  • jaksimsamil-server
  • src
  • api
  • auth
  • index.js
  • 송용우's avatar
    Update User Management API and Sync Mongo Server · 405ad534
    405ad534
    송용우 authored 2020-06-03 23:23:18 +0900
index.js 171 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
const express = require("express");
const router = express.Router();

router.post("/login");
router.get("/logout");
router.post("/register");




module.exports = router;