mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-02 11:58:10 -05:00
2 lines
No EOL
86 B
CoffeeScript
2 lines
No EOL
86 B
CoffeeScript
module.exports.setup = (app) ->
|
|
app.get('/db/products', require('./db/product').get) |