devv-work / timeato

Track productivity, allot time for focusing on tasks, and increase your effectiveness during study sessions
https://timeato.up.railway.app/
7 stars 1 forks source link

Update controllers/todos.js to reflect pomodoro #23

Closed Brandon-Schefstad closed 2 years ago

Brandon-Schefstad commented 2 years ago

Right now the flow for user-login is:

GET to /login
routes/main.js
controllers/authController.getLogin()
Redirect GET to /todos
routes/todos.js
controllers/todos.js

replace line 1 with const Pomodoro = require('../models/TimeTracker') Keep module.exports but delete the methods inside that object.