Skip to content

Commit

Permalink
Default to api2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Jul 27, 2023
1 parent 662b4d6 commit 6d7c097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/integrations/amplitude/constants.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DEFAULT_AMPLITUDE_API_URL = "https://api.amplitude.com"
DEFAULT_AMPLITUDE_API_URL = "https://api2.amplitude.com"
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ class Migration(migrations.Migration):
migrations.AlterField(
model_name="amplitudeconfiguration",
name="base_url",
field=models.URLField(default="https://api.amplitude.com"),
field=models.URLField(default="https://api2.amplitude.com"),
),
]

0 comments on commit 6d7c097

Please sign in to comment.