Skip to content

Commit

Permalink
Merge pull request #38 from Scalingo/feat/updates
Browse files Browse the repository at this point in the history
feat: remove unavailable region
  • Loading branch information
ksol authored Aug 23, 2022
2 parents d6f1301 + b5b6907 commit 863ec63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

* Removal: `Scalingo::Client#agora_fr1` had been removed since the region no longer exists.

## 3.1.0

* Compat: support for ActiveSupport (and therefore Rails) 7, @Intrepidd
Expand Down
7 changes: 0 additions & 7 deletions lib/scalingo/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ def billing
)
end

def agora_fr1
@agora_fr1 ||= Regional.new(
"https://api.agora-fr1.scalingo.com/v1",
scalingo: self,
)
end

def osc_fr1
@osc_fr1 ||= Regional.new(
"https://api.osc-fr1.scalingo.com/v1",
Expand Down

0 comments on commit 863ec63

Please sign in to comment.