pipeless-ai / pipeless

An open-source computer vision framework to build and deploy apps in minutes
https://pipeless.ai
Apache License 2.0
688 stars 31 forks source link

fix(rest api): listen in 0.0.0.0 by default #100

Closed miguelaeh closed 6 months ago

miguelaeh commented 6 months ago

Description of the change

Listening in 127.0.0.1 does not allow for external connections while 0.0.0.0does.

Benefits

Possible drawbacks

Applicable issues

Additional information