JohnMcLear / draw

A real time collaborative drawing tool using nodejs, socket.io & paper.js
Apache License 2.0
482 stars 158 forks source link

Fetches "null" file? #243

Closed rugk closed 6 years ago

rugk commented 8 years ago

When creating a new Etherdraw canvas this file is fetched:

/d/null

No parameters are passed and an empty string (aka nothing) is returned. So what's that? Is this request really necessary?

JohnMcLear commented 8 years ago

I don't see this: http://draw.etherpad.org/d/mIKGz1SA1B here

JohnMcLear commented 8 years ago

ah wait yes I do..

JohnMcLear commented 8 years ago

It only seems to be if you visit root URL IE http://draw.etherpad.org

I have no idea when/how I did this, it's not a big deal though, should be an easy debug/fix tho