File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 7777 <true />
7878 <key >NSExceptionDomains </key >
7979 <dict >
80- <key >legacy.cafebonappetit.com </key >
81- <dict >
82- <key >NSThirdPartyExceptionAllowsInsecureHTTPLoads </key >
83- <true />
84- </dict >
8580 <key >localhost </key >
8681 <dict >
8782 <key >NSTemporaryExceptionAllowsInsecureHTTPLoads </key >
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ import delay from 'delay'
3030import retry from 'p-retry'
3131const CENTRAL_TZ = 'America/Winnipeg'
3232
33- const bonappMenuBaseUrl = 'http ://legacy.cafebonappetit.com/api/2/menus'
34- const bonappCafeBaseUrl = 'http ://legacy.cafebonappetit.com/api/2/cafes'
33+ const bonappMenuBaseUrl = 'https ://legacy.cafebonappetit.com/api/2/menus'
34+ const bonappCafeBaseUrl = 'https ://legacy.cafebonappetit.com/api/2/cafes'
3535const fetchJsonQuery = ( url , query ) =>
3636 fetchJson ( `${ url } ?${ qs . stringify ( query ) } ` )
3737const entities = new AllHtmlEntities ( )
You can’t perform that action at this time.
0 commit comments