Skip to content

Commit

Permalink
version control is not ready yet
Browse files Browse the repository at this point in the history
  • Loading branch information
octoocto1 committed Aug 17, 2015
1 parent 6d58d26 commit 9beff8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var express = require('express')
, recorder = require('./routes/recorder')
, license = require('./routes/license')
, actionHistory = require('./routes/actionHistory')
, versionControl = require('./routes/versionControl')
//, versionControl = require('./routes/versionControl')
, testcaseHistory = require('./routes/testcaseHistory');


Expand Down Expand Up @@ -91,7 +91,7 @@ app.post('/license',auth.auth,license.licensePost);
app.get('/license',auth.auth,license.licenseGet);

//versioncontrol
app.post('/versioncontrolhistory',auth.auth,versionControl.getLocalVersionHistory);
//app.post('/versioncontrolhistory',auth.auth,versionControl.getLocalVersionHistory);

//emailsettings
app.post('/emailsettings',auth.auth,emailsettings.Post);
Expand Down

0 comments on commit 9beff8e

Please sign in to comment.