Skip to content

Commit 6610954

Browse files
update README.md
1 parent d3350f9 commit 6610954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This is a RESTful API that manages notes. It can add, edit, delete, and show notes. It is based on [notes-app-back-end](https://github.com/gabrield-droid/notes-app-back-end).
44

55
### Warning:
6-
The current configuration allows CORS for all origins, which is insecure for production environments. You could implement authentication or configure the CORS securely yourself as workarounds.
6+
The current configuration allows CORS for all origins, which can be insecure in production environments. To mitigate this, consider implementing authentication or configuring CORS with more restrictive settings.
77

88
## Data structure:
99
Data example:

0 commit comments

Comments
 (0)