Skip to content

Commit

Permalink
Merge pull request #1 from jmsv/master
Browse files Browse the repository at this point in the history
i fix
  • Loading branch information
firatcliffe committed Feb 14, 2019
2 parents 5ae97e2 + 080b9e1 commit a3b2e6a
Show file tree
Hide file tree
Showing 3 changed files with 3,384 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.js
Expand Up @@ -5,7 +5,7 @@ var app = express();
app.use(express.static(path.join(__dirname, "")));

app.get("/", function(request, response){
response.sendFile(path.join(__dirname, "pages/index.html"));
response.sendFile(path.join(__dirname, "pages/example.html"));
});

app.post('/score', function(request, response){
Expand Down

0 comments on commit a3b2e6a

Please sign in to comment.