From 88926c9ba59ecd226624f794cc63ebf0ad30b987 Mon Sep 17 00:00:00 2001 From: Nikita Ivanov Date: Fri, 21 Jun 2024 20:47:10 +0300 Subject: [PATCH] Fix answer for backend question about eventual consistency (#5904) --- src/data/question-groups/backend/backend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/question-groups/backend/backend.md b/src/data/question-groups/backend/backend.md index f5199b507..68def5ac4 100644 --- a/src/data/question-groups/backend/backend.md +++ b/src/data/question-groups/backend/backend.md @@ -141,7 +141,7 @@ questions: topics: - 'Intermediate' - question: Describe the concept of eventual consistency and its implications in backend systems - answer: api-dependencies.md + answer: eventual-consistency.md topics: - 'Intermediate' - question: What is a reverse proxy, and how is it useful in backend development?