Skip to content

Commit

Permalink
i think proxy is the way to go..
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Nov 21, 2023
1 parent f79233b commit 56f8ad0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/javascripts/services/settingsSvc.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ angular.module('QuepidApp')
titleField: '',
additionalFields: [],
numberOfRows: 10,
searchEngine: 'static'
searchEngine: 'static',
proxyRequests: true
// no searchUrl or urlFormat because it's code generated!
},
searchapi: {
Expand Down

0 comments on commit 56f8ad0

Please sign in to comment.