mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
display work time in issue detail pane
This commit is contained in:
@@ -72,6 +72,7 @@ const main = async () => {
|
||||
"/timer/toggle": withCors(withAuth(withCSRF(routes.timerToggle))),
|
||||
"/timer/end": withCors(withAuth(withCSRF(routes.timerEnd))),
|
||||
"/timer/get": withCors(withAuth(withCSRF(routes.timerGet))),
|
||||
"/timer/get-inactive": withCors(withAuth(withCSRF(routes.timerGetInactive))),
|
||||
"/timers": withCors(withAuth(withCSRF(routes.timers))),
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user