From 66572645a9e299cf37059acc73dc3f53a8d17102 Mon Sep 17 00:00:00 2001 From: jmkerloch Date: Thu, 6 Apr 2023 09:04:30 +0200 Subject: [PATCH] feat(projection): update changelog --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 414d2ef..935a67a 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,7 @@ ADDED: - Ajout de la route GET /admin/1.0.0/services dans l'API d'administration - Ajout de la route GET /admin/1.0.0/services/{service} dans l'API d'administration - Ajout de la route GET /admin/1.0.0/services/{service}/restart dans l'API d'administration + - Ajout de la route GET /admin/1.0.0/services/{service}/projections/{projection} dans l'API d'administration - Ajout de la route GET /admin/1.0.0/configuration dans l'API d'administration - Il est maintenant possible démarrer un administrateur sans services pré-configurés