Fixed deprecated ednpoints.

## Summary
<!-- Add a brief description of the pr: -->

## Additional Information
<!-- Any additional information like breaking changes, dependencies added, screenshots, comparisons between new and old behavior, etc. -->
This commit is contained in:
Jerko J
2024-06-27 16:59:24 +02:00
parent 24f9919ef8
commit 67b39de7e1
5 changed files with 28 additions and 42 deletions

View File

@@ -152,8 +152,4 @@ export class CopyTradingClient extends BaseRestClient {
getServerTime(): Promise<APIResponseWithTime> {
return this.get('/v2/public/time');
}
getAnnouncements(): Promise<APIResponseWithTime<any[]>> {
return this.get('/v2/public/announcement');
}
}