add empty endpoint array to dev
Signed-off-by: Ryan Brink <5607577+unredundant@users.noreply.github.com>
This commit is contained in:
@@ -20,8 +20,8 @@ import { apolloExplorerPlugin, ApolloExplorerPage } from '../src/plugin';
|
||||
createDevApp()
|
||||
.registerPlugin(apolloExplorerPlugin)
|
||||
.addPage({
|
||||
element: <ApolloExplorerPage />,
|
||||
element: <ApolloExplorerPage endpoints={[]} />,
|
||||
title: 'Root Page',
|
||||
path: '/apollo-explorer'
|
||||
path: '/apollo-explorer',
|
||||
})
|
||||
.render();
|
||||
|
||||
Reference in New Issue
Block a user