From a1a3d44c8703f7f63a51106fa8777c2f3eee8e89 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 28 Apr 2013 00:56:35 -0400 Subject: Dynamically fetch character images from TMS API * /character-images endpoint now dynamically fetches images from the TMS API * Add a config.js file --- app.js | 1 + 1 file changed, 1 insertion(+) (limited to 'app.js') diff --git a/app.js b/app.js index 2558885..1c6e673 100644 --- a/app.js +++ b/app.js @@ -5,6 +5,7 @@ var express = require('express') , routes = require('./routes') + , config = require('./config') , http = require('http') , path = require('path'); -- cgit v1.2.3