Node.js 'Cannot Get'

"Failed to load resource: the server responded with a status of 404 (Not Found) votingapp1-olddognewtrix123.c9users.io/ "

It’s log from browser console. I was asking about server logs.

Anyway seems that the reason is that you have

var express = require('express');
 	
	var app = express();

in you routes/index.js files