diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-12-20 20:26:34 +0100 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-12-20 20:27:13 +0100 |
commit | 53726ecc1ad039f70b37647865d1d03fb0b87395 (patch) | |
tree | 1ccd794cdb547782f2d8e2ea8d572a47085fd4af /dummy-data/_headers | |
parent | bd122e270060b5548313ab1d7d520939e62d52fd (diff) | |
download | homer-53726ecc1ad039f70b37647865d1d03fb0b87395.tar.gz homer-53726ecc1ad039f70b37647865d1d03fb0b87395.tar.zst homer-53726ecc1ad039f70b37647865d1d03fb0b87395.zip |
Fix typo in demo page (#574)
Diffstat (limited to 'dummy-data/_headers')
-rw-r--r-- | dummy-data/_headers | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dummy-data/_headers b/dummy-data/_headers index e26ac79..9884812 100644 --- a/dummy-data/_headers +++ b/dummy-data/_headers | |||
@@ -1,4 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | Content-Type: application/json | 2 | Content-Type: application/json |
3 | Access-Control-Allow-Origin: https://homer-demo.netlify.app | 3 | Access-Control-Allow-Origin: https://homer-demo.netlify.app |
4 | Access-Control-Allow-Headers: Authorization \ No newline at end of file | 4 | Access-Control-Allow-Headers: Authorization |
5 | Access-Control-Allow-Methods: GET, OPTIONS \ No newline at end of file | ||