Skip to content

Commit

Permalink
chore: remove deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan committed Jul 26, 2024
1 parent 52b3fb0 commit 5044e10
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions cortex-js/src/usecases/cortex/cortex.usecases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,18 +115,6 @@ export class CortexUsecases {
}
}

/**
* Stop the API server
* @returns
*/
async stopServe(): Promise<void> {
return fetch(CORTEX_JS_STOP_API_SERVER_URL(), {
method: 'DELETE',
})
.then(() => {})
.catch(() => {});
}

/**
* Check whether the Cortex CPP is healthy
* @param host
Expand Down

0 comments on commit 5044e10

Please sign in to comment.