2 changed files with 13 additions and 15 deletions
@ -0,0 +1,9 @@ |
|||
// home.js
|
|||
// Copyright (C) 2021 Digital Telepresence, LLC
|
|||
// License: Apache-2.0
|
|||
|
|||
'use strict'; |
|||
|
|||
module.exports.getHome = async (req, res) => { |
|||
res.send('Hello, controller!'); |
|||
}; |
Loading…
Reference in new issue