react-express-mysql: use create-react-app template
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
This commit is contained in:
parent
bf31ad4ece
commit
b58a42015d
53 changed files with 15541 additions and 1127 deletions
2
react-express-mysql/backend/index.js
vendored
2
react-express-mysql/backend/index.js
vendored
|
|
@ -24,7 +24,7 @@ var app = express();
|
|||
app.use(morgan('common'));
|
||||
|
||||
app.get('/', function (req, res) {
|
||||
res.send('Hello Docker World\n');
|
||||
res.json({ message: 'Hello Docker World!' });
|
||||
});
|
||||
|
||||
app.get('/healthz', function (req, res) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue