From 6cef3b9ff5f6793bd2a6c8942acc5c396f2de285 Mon Sep 17 00:00:00 2001 From: Son Nguyen Date: Wed, 19 Jun 2024 17:18:56 +0700 Subject: [PATCH] Update: Fixed app's middleware (#200) --- MovieVerse-Middleware/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MovieVerse-Middleware/README.md b/MovieVerse-Middleware/README.md index 92ab2c7e..9ce79679 100644 --- a/MovieVerse-Middleware/README.md +++ b/MovieVerse-Middleware/README.md @@ -39,7 +39,7 @@ This Python file demonstrates the implementation of Cross-Origin Resource Sharin ### middleware.py -This Python file contains custom middleware classes designed to be used within a Django project. Middleware components act as intermediaries between incoming requests and outgoing responses, allowing you to modify or enhance the behavior of your web application. +This Python file contains custom middleware classes designed to be used within our Django backend. Middleware components act as intermediaries between incoming requests and outgoing responses, allowing you to modify or enhance the behavior of your web application. #### Key Features: