Sha256: 1fc2a73535694dd544bab20a99547f003c0ee2d65bf6d01986f261b322f06455

Contents?: true

Size: 268 Bytes

Versions: 4

Compression:

Stored size: 268 Bytes

Contents

import React from 'react';
import WebhooksIndexPage from './Webhooks/WebhooksIndexPage';

const ForemanWebhooksRoutes = [
  {
    path: '/webhooks',
    exact: true,
    render: props => <WebhooksIndexPage {...props} />,
  },
];

export default ForemanWebhooksRoutes;

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
foreman_webhooks-1.0.0 webpack/ForemanWebhooks/Routes/ForemanWebhooksRoutes.js
foreman_webhooks-0.0.3 webpack/ForemanWebhooks/Routes/ForemanWebhooksRoutes.js
foreman_webhooks-0.0.2 webpack/ForemanWebhooks/Routes/ForemanWebhooksRoutes.js
foreman_webhooks-0.0.1 webpack/ForemanWebhooks/Routes/ForemanWebhooksRoutes.js