File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ # v2.6.1
8+
9+ ### Fixed
10+ - API BASE URL
11+
712# v2.6.0
813
914Mostly internal changes. Some are slightly breaking. Keep a lookout for broken features and report them on our server.
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ async def login(cls, bot):
8787
8888class ModmailApiClient (ApiClient ):
8989
90- base = 'http ://api.example.com '
90+ base = 'https ://api.modmail.tk '
9191 metadata = base + '/metadata'
9292 github = base + '/github'
9393 logs = base + '/logs'
You can’t perform that action at this time.
0 commit comments