| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-12-15 | Make import name of route working for every platform | -1/+1 | ||
| As Windows use \\ instead /, current way doesn't work in Windows, because replacing / with . doesn't do anything with \\. Now this join parent parts instead, what doesn't include separations. | ||||
| 2020-12-14 | Add ks123 (GH ks129) to CODEOWNERS | -1/+2 | ||
| 2020-12-14 | Remove unused os import | -2/+0 | ||
| 2020-12-14 | Star allow CORS for now | -5/+2 | ||
| 2020-12-14 | Shorten var name to meet flake8 limits: | -2/+2 | ||
| 2020-12-14 | Change how the ALLOWED_HOSTS environment variable sets CORS | -4/+5 | ||
| 2020-12-14 | Swap out list of regex for single regex | -3/+1 | ||
| 2020-12-14 | Add Netlify root and deploy previews to CORS | -0/+3 | ||
| 2020-12-14 | Improve form responses endpoint | -5/+9 | ||