Skip to content

Commit d7d72d9

Browse files
author
ExpDev07
committed
add github link
1 parent 0e3d352 commit d7d72d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Sources(str, enum.Enum):
3737

3838
APP = fastapi.FastAPI(
3939
title='Coronavirus Tracker',
40-
description='API for tracking the global coronavirus (COVID-19, SARS-CoV-2) outbreak.',
40+
description='API for tracking the global coronavirus (COVID-19, SARS-CoV-2) outbreak. Project page: https://github.com/ExpDev07/coronavirus-tracker-api.',
4141
version='2.0.1',
4242
docs_url='/',
4343
redoc_url='/docs',

0 commit comments

Comments
 (0)