Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sord-dev committed Aug 7, 2023
1 parent ff3ed6d commit 28abdf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ app.use('/me', validateToken, UserRouter)

// remove members from team

// add first, last name and email to the user model, concattinate both to create username

// assign tickets to members
// edit state of tickets and reassign them to new members

Expand Down
1 change: 0 additions & 1 deletion src/routes/UserRouter.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const router = require('express').Router();
const UserService = require('../services/UserService');


router.get('/teams', async (req, res) => {
try {
const teams = await UserService.getUserTeams(req.userId)
Expand Down

0 comments on commit 28abdf3

Please sign in to comment.