When I open a backbone app, which uses mysql, in Firefox, this is the url of the index.
file:///Users/mm/Sites/ccoenraets/web/index.html#
In the app itself, this is the url where it's supposed to retrieve the data from
urlRoot:"../api/employees",
When I play around with the app in Firefox, it's not pulling data from the database. Do you know how I should change that urlRoot to make it get the data from the database. I tried the obvious without success
urlRoot:"Users/mm/Sites/ccoenraets/web/index/api/employees",