Skip to content

Commit

Permalink
Just testing
Browse files Browse the repository at this point in the history
  • Loading branch information
duart38 committed Aug 17, 2020
1 parent bce17fd commit 8b616bc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions models/sandbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ export const sandbox = async (): Promise<Model> => {
route: `http://localhost:8000/about`,
headers: {
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Headers': '*',
'Access-Control-Allow-Headers': '*'
},
type: HTTP.GET,
requiredHeaders: ["lorem"],
discardUnknownHeaders: false,
decode: false
decode: true
},
},
SOCKET: {
Expand Down

0 comments on commit 8b616bc

Please sign in to comment.