move HTTP module to own section

This commit is contained in:
Joel Wetzell
2025-12-11 19:37:45 -06:00
parent b8853d6950
commit a6debbc175
7 changed files with 13 additions and 8 deletions
+5
View File
@@ -40,6 +40,11 @@ export default defineConfig({
collapsed: true,
autogenerate: { directory: 'modules/network' }
},
{
label: "HTTP",
collapsed: true,
autogenerate: { directory: 'modules/http' }
},
]
},
{