Skip to content

Commit 66ed359

Browse files
authored
move execute out to be api endpoint
Signed-off-by: Eiman <[email protected]>
1 parent 4fda846 commit 66ed359

File tree

1 file changed

+1
-2
lines changed
  • apps/portal/src/app/nebula/api-reference

1 file changed

+1
-2
lines changed

apps/portal/src/app/nebula/api-reference/page.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,7 @@ const data = await response.json();
405405
const result = await handleNebulaResponse(data);
406406
```
407407

408-
#### Execute Command
409-
408+
### Execute
410409

411410

412411
```bash

0 commit comments

Comments
 (0)