Skip to content

Commit

Permalink
tried to fixed orientation shit
Browse files Browse the repository at this point in the history
  • Loading branch information
drodri22 committed Apr 2, 2018
1 parent 92d00bc commit 7639c53
Show file tree
Hide file tree
Showing 2 changed files with 447 additions and 417 deletions.
2 changes: 1 addition & 1 deletion backend/server.js
Expand Up @@ -118,7 +118,7 @@ app.get('/skull.csv', function(req, res) {
res.sendFile('/Users/bencassidy/Projects/ar_surgery_web/backend/skull.csv')
});
app.get('/brain.csv', function(req, res) {
res.sendFile('/Users/bencassidy/Projects/ar_surgery_web/backend/brain.csv')
res.sendFile('C:/Users/Daniel/Documents/CapstoneProj/ar_surgery_web/backend/brain.csv')
});
app.listen(3700, function () {
console.log('Server Listening: Port 3700');
Expand Down

0 comments on commit 7639c53

Please sign in to comment.