diff options
| author | Bobby <[email protected]> | 2023-07-21 18:10:42 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-07-21 18:10:42 -0400 |
| commit | d9116c128b57fa368633582744bd1190966ca01b (patch) | |
| tree | 17a0cd35a2af29ef0a81d547e9a8684fece56fa1 | |
| parent | 17a02ecdbc79b7ac545234b4c5e8ad31b049be18 (diff) | |
| download | thatcomputerscientist-d9116c128b57fa368633582744bd1190966ca01b.tar.xz thatcomputerscientist-d9116c128b57fa368633582744bd1190966ca01b.zip | |
Added CORS
| -rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 4f4ac3a9..a5bd5b26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,3 +29,4 @@ django-hosts apscheduler django-sslserver djangorestframework +django-cors-headers |
