Skip to content

Commit

Permalink
enable this to avoid cors issue on ios app
Browse files Browse the repository at this point in the history
  • Loading branch information
meghna0593 committed Dec 2, 2024
1 parent 1366c8e commit 161a5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/capacitor.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config: CapacitorConfig = {
enabled: false
},
CapacitorHttp: {
enabled: false
enabled: true
},
CapacitorSQLite: {
iosDatabaseLocation: 'Library/InvasivesDatabase'
Expand Down

0 comments on commit 161a5f9

Please sign in to comment.