diff options
| author | Teddy Wing | 2013-04-28 00:56:35 -0400 |
|---|---|---|
| committer | Teddy Wing | 2013-04-28 00:56:35 -0400 |
| commit | a1a3d44c8703f7f63a51106fa8777c2f3eee8e89 (patch) | |
| tree | dcb558930638a3103fe4d5e2b551c8a18bae3c6c /app.js | |
| parent | 6331e7dbb295700772548ac6b07a501c0309013b (diff) | |
| download | Who-am-I-a1a3d44c8703f7f63a51106fa8777c2f3eee8e89.tar.bz2 | |
Dynamically fetch character images from TMS API
* /character-images endpoint now dynamically fetches images from the
TMS API
* Add a config.js file
Diffstat (limited to 'app.js')
| -rw-r--r-- | app.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ var express = require('express') , routes = require('./routes') + , config = require('./config') , http = require('http') , path = require('path'); |
