From 5e1118ae591a7cb69f1cf71bb905e44e1e25dab5 Mon Sep 17 00:00:00 2001 From: sajjad Date: Thu, 9 Dec 2021 13:08:09 +0330 Subject: [PATCH] fix --- src/router/path.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/path.js b/src/router/path.js index dc5f1d6..8c0e2cb 100644 --- a/src/router/path.js +++ b/src/router/path.js @@ -87,13 +87,13 @@ export default [ path: '/programs/:id/series', view: 'ProgramSeries', name: 'programSeries', - meta: { auth: true, roles: ["admin"] } + meta: { auth: true, roles: ["admin","trainer"] } }, { path: '/programs/:programId/series/:seriesId/workouts', view: 'WorkoutsSeries', name: 'workoutsSeries', - meta: { auth: true, roles: ["admin"] } + meta: { auth: true, roles: ["admin","trainer"] } }, { path: '/trainee-programs',