This website requires JavaScript.
Explore
Help
Sign in
codeninjasllc
/
codecombat
Watch
1
Star
0
Fork
You've already forked codecombat
0
mirror of
https://github.com/codeninjasllc/codecombat.git
synced
2024-12-03 04:17:12 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
a82f80bacb
codecombat
/
server
/
routes
/
index.coffee
2 lines
86 B
CoffeeScript
Raw
Normal View
History
Unescape
Escape
Move product information to the db
2015-12-14 14:10:37 -05:00
module.exports.setup =
(app) ->
Update tests for db products, some cleanup
2015-12-15 14:45:52 -05:00
app
.
get
(
'
/db/products
'
,
require
(
'
./db/product
'
)
.
get
)
Reference in a new issue
Copy permalink