Skip to content

Commit

Permalink
fixup! refactor: use a get request instead of an options call for the…
Browse files Browse the repository at this point in the history
… oci punchout configuration
  • Loading branch information
SGrueber committed Sep 24, 2024
1 parent e00b5fe commit c2ba592
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/core/services/api/api.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,9 @@ export class ApiService {
);
}

// not-dead-code
/**
* http options request
* @deprecated http options request - will be removed with the next major release (6.0)
*/
options<T>(path: string, options?: AvailableOptions): Observable<T> {
return this.execute(
Expand Down

0 comments on commit c2ba592

Please sign in to comment.