Skip to content

Commit

Permalink
Update: Fixed app's middleware (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Jun 19, 2024
1 parent 47f3883 commit 6cef3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MovieVerse-Middleware/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 6cef3b9

Please sign in to comment.