Home Assistant Community Add-on: Pi-hole

Hi!
Having a problem here accessing the API. I have an app with hardcoded URL http://[IP]/admin/api.php. But in my installation the API is available at http://[IP]/api.php.
There is no admin-login at all? When opening the webUI from outside homeassistant the URL shown has no path /admin as well although I’m logged in with user homeassistant.

Config:

update_lists_on_start: false
ssl: false
certfile: fullchain.pem
keyfile: privkey.pem
interface: ''
ipv6: true
ipv4_address: ''
ipv6_address: ''
hosts: []

Network

Container	Host	  Description
4865/tcp	4865      API endpoint (For HA integration)
53/udp	    53        DNS server port
80/tcp	    80        Web interface (Not required for Ingress)

Regards,
petjek