refactor: clean session05 notes

This commit is contained in:
2025-07-18 12:51:34 +03:30
parent ab1ec88779
commit 26bee3ff72
4 changed files with 474 additions and 508 deletions
@@ -1,4 +1,6 @@
# CORS (Backend Repository)
# 🛠️ Task Checklist
## CORS (Backend Repository)
- [ ] open `program.cs` and add the following lines
```c#
@@ -17,3 +19,9 @@ builder.Services.AddCors(options =>
app.UseCors("Frontend");
```
# 🧠 Hints & Notes
# 🙌 Acknowledgements
- ChatGPT for snippet refinement and explanations
# 🔍 References