composer update
This commit is contained in:
@@ -63,6 +63,12 @@ export default [
|
||||
component: require('./screens/recentJobs/index').default,
|
||||
},
|
||||
|
||||
{
|
||||
path: '/recent-jobs/:jobId',
|
||||
name: 'recent-jobs-preview',
|
||||
component: require('./screens/recentJobs/job').default,
|
||||
},
|
||||
|
||||
{
|
||||
path: '/failed',
|
||||
name: 'failed-jobs',
|
||||
|
||||
Reference in New Issue
Block a user