1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-09 14:46:53 +02:00

refactor(cors): code cleanup

This commit is contained in:
Awilum
2020-07-27 18:01:26 +03:00
parent 0ee3654d29
commit d06e4850b0

View File

@@ -65,6 +65,5 @@ class Cors
->withHeader('Access-Control-Allow-Expose', $expose)
->withHeader('Access-Control-Allow-Credentials', $credentials);
});
}
}