You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add deployment type shortname for legacy API url (#2026)
* Add deployment type shortname for legacy API url
* Add trailing slash to legacy API url
Co-authored-by: Christian Adams <[email protected]>
---------
Co-authored-by: Christian Adams <[email protected]>
Copy file name to clipboardexpand all lines: roles/installer/templates/configmaps/redirect-page.configmap.html.j2
+1-1
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ data:
66
66
<pclass="doc-note">
67
67
The API endpoints for this platform service will temporarily remain available at the URL for this service.
68
68
Please use the Ansible Automation Platform API endpoints corresponding to this component in the future.
69
-
These can be found at <ahref="{{ public_base_url }}/api/{{ deployment_type }}"target="_blank">{{ public_base_url }}/api/{{ deployment_type }}</a>.
69
+
These can be found at <ahref="{{ public_base_url }}/api/{{ deployment_type_shortname }}"target="_blank">{{ public_base_url }}/api/{{ deployment_type_shortname }}/</a>.
0 commit comments