Skip to content

Commit 24a61f5

Browse files
committed
update nasa api port
1 parent 895c4d9 commit 24a61f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/info/features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ async def urban_embeds(author: disnake.User, dict: dict) -> list[disnake.Embed]:
4444

4545

4646
async def nasa_daily_image(rubbergod_session: aiohttp.ClientSession) -> dict:
47-
url = "http://nasa-api:8000/v1/apod"
47+
url = "http://nasa-api:5000/v1/apod"
4848
try:
4949
async with rubbergod_session.get(url) as resp:
5050
response = await resp.json()

0 commit comments

Comments
 (0)