colloqi / pisignage-server

Local Server to manage piSignage players based on node.js
http://www.pisignage.com
MIT License
372 stars 153 forks source link

API 404 not found #94

Closed itconor closed 4 years ago

itconor commented 4 years ago

Attempting to Access the API as described in Docs Results in 404 not found

Http://IPaddress:3000/api

colloqi commented 4 years ago

As can be seen in config/express.js line 35, basic http authentication is used, please supply the username and password in URL or http header as per standard specs