• 
      

    Change the way static media is delivered.

    Review Request #6938 — Created Feb. 12, 2015 and submitted — Latest diff uploaded

    Information

    student-sonar
    master
    1fc0a3a...

    Reviewers

    Instead of allowing express to serve any file in the current directory, specify
    the exact paths which it should serve. This required making a change in the way
    that index.html is served as well (apparently it was being shown by
    express.static instead of the route to /).

    Verified that everything still worked.