From b803d877d0b1f4db6761843b5ef7c4742dc26976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Tue, 18 Dec 2018 23:05:37 +0200 Subject: [PATCH] Fix formatting. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc164f5b..c7c0f7f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file. - Allow simultaneous access to checks from different teams - Add CORS support to API endpoints - Flip model, for tracking status changes of the Check objects -- Add "/ping//start" API endpoint +- Add `/ping//start` API endpoint ### Bug Fixes - Fix after-login redirects (the "?next=" query parameter)