test: remove root:true from test config
This commit is contained in:
@@ -80,7 +80,6 @@ export default buildConfigWithDefaults({
|
||||
{
|
||||
path: '/config',
|
||||
method: 'get',
|
||||
root: true,
|
||||
handler: (req) => {
|
||||
return Response.json(req.payload.config)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user