test: remove root:true from test config

This commit is contained in:
Elliot DeNolf
2024-03-21 11:49:35 -04:00
parent 9e4dd44a2e
commit 6b3325d0ba
2 changed files with 2 additions and 3 deletions

View File

@@ -80,7 +80,6 @@ export default buildConfigWithDefaults({
{
path: '/config',
method: 'get',
root: true,
handler: (req) => {
return Response.json(req.payload.config)
},