mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Use real API endpoints in documentation
There is no need to make the API endpoints environment-specific. But it is still useful to know what the endpoint is. Also fixes a broken link on the integration page.
This commit is contained in:
@@ -209,7 +209,6 @@ def send_from_api(service_id, template_id):
|
||||
'views/send-from-api.html',
|
||||
template=template,
|
||||
payload=json.dumps(payload, indent=4),
|
||||
api_host=current_app.config['API_HOST_NAME'],
|
||||
service_id=service_id
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user