• This project
    • Loading...
  • Sign in

2020-2-capstone-design2 / 2016104157

%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
  • 2016104157
  • image-editor-master
  • frontend
  • src
  • constants
  • path.js
  • 임지영's avatar
    프로젝트 폴더 추가 · 030e77ba
    030e77ba
    임지영 authored 2020-12-13 15:23:18 +0900
path.js 132 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
export const pathUri = {
    home: '/',
    signin: '/signin',
    signup: '/signup',
    board: '/board',
    editor: '/editor',
};