Skip to content

Commit 7456f4f

Browse files
committed
Switch to production api url
1 parent d558c22 commit 7456f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async def get_latest_commits(self, limit=3):
2828

2929
class ModmailApiClient(ApiClient):
3030

31-
base = 'http://api.example.com'
31+
base = 'https://api.modmail.tk'
3232
github = base + '/github'
3333
logs = base + '/logs'
3434

0 commit comments

Comments
 (0)