Initial commit
This commit is contained in:
13
client/src/constants/Paths.js
Executable file
13
client/src/constants/Paths.js
Executable file
@@ -0,0 +1,13 @@
|
||||
const ROOT = '/';
|
||||
const LOGIN = '/login';
|
||||
const PROJECTS = '/projects/:id';
|
||||
const BOARDS = '/boards/:id';
|
||||
const CARDS = '/cards/:id';
|
||||
|
||||
export default {
|
||||
ROOT,
|
||||
LOGIN,
|
||||
PROJECTS,
|
||||
BOARDS,
|
||||
CARDS,
|
||||
};
|
||||
Reference in New Issue
Block a user