API is starting to run
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
var UiController = function(app) {
|
||||
'use strict';
|
||||
|
||||
|
||||
// Create a new run
|
||||
app.get('/', function(req, res) {
|
||||
|
||||
res.setHeader('Content-Type', 'text/html');
|
||||
res.send('Test');
|
||||
});
|
||||
};
|
||||
|
||||
module.exports = UiController;
|
||||
Reference in New Issue
Block a user