Skip to content

Commit

Permalink
Fix copypasta in endpoint description (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed May 26, 2020
1 parent 9e22861 commit 814f982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repologyapp/views/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class AllowedTargetPage:
# passing parameters for redirect target, such as a namespace (repo=...&target:repo=...)
AllowedTargetPage('badge_version_for_repo', 'Tiny badge with version for this repository — /badge/version-for-repo/<repo>/<name>.svg', ['name', 'repo']),

AllowedTargetPage('api_v1_project', 'API v1 project information — /api/v1/project/<name>.svg', ['name']),
AllowedTargetPage('api_v1_project', 'API v1 project information — /api/v1/project/<name>', ['name']),
]


Expand Down

0 comments on commit 814f982

Please sign in to comment.