Skip to content

Commit

Permalink
update to correct cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
evanping committed Jul 31, 2024
1 parent 8e57086 commit d3cd946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions @empirica-mocks/core/mocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ export function useGlobal() {
const global = {
isMock: true,
recruitingBatchConfig: {
cdn: 'local',
cdn: 'prod',
},
resourceLookup: {
cdn: 'local',
cdn: 'prod',
},
cdnList: {
test: "http://localhost:9091",
Expand Down
Binary file removed cypress/downloads/downloads.html
Binary file not shown.

0 comments on commit d3cd946

Please sign in to comment.