Mercurial > cgi-bin > hgwebdir.cgi > POP > oldRepo
diff 1__Development/6__Website/node_modules/express/test.js @ 5:e73fbbcb5fd2
Persisting basic graph works, starting to add persist of view hierarchy too
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Sun, 03 Aug 2014 23:38:15 -0700 |
| parents | |
| children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/1__Development/6__Website/node_modules/express/test.js Sun Aug 03 23:38:15 2014 -0700 1.3 @@ -0,0 +1,8 @@ 1.4 +var app = require('./index')() 1.5 +app.get('/iamaverylongcomponent/in_a_url/you_said_didnt_work', function (req, res) { 1.6 + res.send('got long url') 1.7 +}) 1.8 +app.get('/IamUSINGcaps', function (req, res) { 1.9 + res.send('got caps matching') 1.10 +}) 1.11 +app.listen(3333) 1.12 \ No newline at end of file
