adds CORS to 8080 for dev purposes - may need to move to new file

This commit is contained in:
James
2018-09-27 18:58:47 -04:00
parent d622b70300
commit 7d63a31aad
3 changed files with 28 additions and 19 deletions

View File

@@ -3,7 +3,7 @@ import { SetStepNav } from 'payload/components';
import './index.css';
export default props => {
const Archive = props => {
return (
<article className="collection-archive">
<SetStepNav nav={ [
@@ -15,3 +15,5 @@ export default props => {
</article>
);
};
export default Archive;