mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 23:30:05 +02:00
fix(joyent-cp-gql-mock-server): enable cors
This commit is contained in:
parent
96fae2b95d
commit
c7faaffbfa
@ -20,7 +20,10 @@ const handlerError = err => {
|
||||
};
|
||||
|
||||
server.connection({
|
||||
port: 3000
|
||||
port: 3000,
|
||||
routes: {
|
||||
cors: true
|
||||
}
|
||||
});
|
||||
|
||||
server.register(
|
||||
|
Loading…
Reference in New Issue
Block a user