Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
refactor(telephony): remove unused aapi route (#316)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: OvhApiTelephonyLineAapi is no longer defined

Signed-off-by: Marie JONES <[email protected]>
  • Loading branch information
marie-j authored Jun 1, 2021
1 parent d417471 commit 3a4e71f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
18 changes: 0 additions & 18 deletions src/api/telephony/line/telephony-line.aapi.service.js

This file was deleted.

3 changes: 0 additions & 3 deletions src/api/telephony/line/telephony-line.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ angular.module('ovh-api-services').service('OvhApiTelephonyLine', ($injector) =>
v6() {
return $injector.get('OvhApiTelephonyLineV6');
},
Aapi() {
return $injector.get('OvhApiTelephonyLineAapi');
},
v7() {
return $injector.get('OvhApiTelephonyLineV7');
},
Expand Down

0 comments on commit 3a4e71f

Please sign in to comment.