diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-04-12 16:11:42 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-04-12 17:35:53 -0700 |
commit | b28547df2025afb7b5d8941e5553865ff5dc29a6 (patch) | |
tree | 06656410e6e7f0d99cbf34db5d9cf18ee264238f /python/fatcat_web/templates/editgroup_view.html | |
parent | 42be320518d238d3f26901e17618ff604435a657 (diff) | |
download | fatcat-b28547df2025afb7b5d8941e5553865ff5dc29a6.tar.gz fatcat-b28547df2025afb7b5d8941e5553865ff5dc29a6.zip |
web: consistent public API URLs
Diffstat (limited to 'python/fatcat_web/templates/editgroup_view.html')
-rw-r--r-- | python/fatcat_web/templates/editgroup_view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/editgroup_view.html b/python/fatcat_web/templates/editgroup_view.html index 6a9793f7..e1af719d 100644 --- a/python/fatcat_web/templates/editgroup_view.html +++ b/python/fatcat_web/templates/editgroup_view.html @@ -181,7 +181,7 @@ {{ edit_list(auth_to, editgroup, editgroup.edits.webcaptures, "webcapture", "Web Capture") }} </div> <div style="float: right; font-size: smaller;"> - <a href="{{ config.FATCAT_API_HOST }}/editgroup/{{ editgroup.editgroup_id }}">As JSON via API</a> + <a href="{{ config.FATCAT_PUBLIC_API_HOST }}/editgroup/{{ editgroup.editgroup_id }}">As JSON via API</a> </div> <br> |