Skip to content

Commit ab86294

Browse files
authored
Merge pull request #1686 from FlowiseAI/feature/RateLimit
update return msg to correct url
2 parents ee2bd51 + 8e80b58 commit ab86294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export class App {
184184
this.app.get('/api/v1/ip', (request, response) => {
185185
response.send({
186186
ip: request.ip,
187-
msg: 'See the returned IP address in the response. If it matches your current IP address ( which you can get by going to http://ip.nfriedly.com/ or https://api.ipify.org/ ), then the number of proxies is correct and the rate limiter should now work correctly. If not, increase the number of proxies by 1 until the IP address matches your own. Visit https://docs.flowiseai.com/deployment#rate-limit-setup-guide for more information.'
187+
msg: 'Check the returned IP address in the response. If it matches your current IP address ( which you can get by going to http://ip.nfriedly.com/ or https://api.ipify.org/ ), then the number of proxies is correct and the rate limiter should now work correctly. If not, increase the number of proxies by 1 until the IP address matches your own. Visit https://docs.flowiseai.com/configuration/rate-limit#rate-limit-setup-guide for more information.'
188188
})
189189
})
190190

0 commit comments

Comments
 (0)