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

Commit

Permalink
feat(cloud.project): remove io stream routes (#307)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: OvhApiCloudProjectIo and sub services are removed

Signed-off-by: Marie JONES <[email protected]>
  • Loading branch information
marie-j authored Oct 16, 2020
1 parent fe860f6 commit e03b2dc
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 102 deletions.
3 changes: 0 additions & 3 deletions src/api/cloud/project/cloud-project.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ angular.module('ovh-api-services').service('OvhApiCloudProject', ($injector, $ca
Instance() {
return $injector.get('OvhApiCloudProjectInstance');
},
Io() {
return $injector.get('OvhApiCloudProjectIo');
},
Serving() {
return $injector.get('OvhApiCloudProjectServing');
},
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions src/api/cloud/project/io/cloud-project-io.service.js

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit e03b2dc

Please sign in to comment.