marcus67 / little_brother

Parental Control Application implemented in Python 3 packaged for Debian and Ubuntu to monitor and limit kids' play time on Linux hosts
GNU General Public License v3.0
59 stars 9 forks source link

Internal API does not heed setting for relative URL #173

Open marcus67 opened 2 years ago

marcus67 commented 2 years ago

Current behavior: The internal API URL for receiving communication from the clients does not heed the setting base_url which is used for the Web GUI. Desired behavior: It should be possible to set the relative URL for the internal API. This should be an optional configuration since the internal API may only be used across the local network which does not require a relative URL (other than /).