Ignore:
Timestamp:
03/19/14 21:33:13 (11 years ago)
Author:
hendrikvanantwerpen
Message:
  • Allow empty subcodes.
  • Use HTTPResult exclusively on server (no more q).
  • Set readonly & disabled on ourselves as well in _ComplexValueMixin
  • Split server into several modules.
  • Check codes on the variable level, not question level.
  • We can add modules in design documents now.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/src/server/bin/heroku.js

    r523 r525  
    66console.log("Using CouchDB on",env.couchServerURL+env.dbName);
    77
    8 require('../app').App(env)
     8require('../app').app(env)
    99.then(function(app){
    1010    app.listen(env.port, function() {
Note: See TracChangeset for help on using the changeset viewer.