Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
change the api url
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoEmanuell committed Nov 2, 2023
1 parent 5291d82 commit 78a2790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmyk/source/api/api_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class ApiControl(ApiControlInterface):
def __init__(self) -> None:
self.__endpoint = "https://joaoemanuellmp3api.fly.dev/api/"
self.__endpoint = "https://mp3api-pv49xe5o.b4a.run/api/"
self.private__start_api()

def private__start_api(self) -> None:
Expand Down

0 comments on commit 78a2790

Please sign in to comment.