Enable cds watch hello

by moving the `hello` implementation into the subfolder `srv`
This commit is contained in:
Pierre Fritsch
2021-08-03 15:31:03 +02:00
committed by Daniel Hutzel
parent e1052c209b
commit ae09caf7ad
9 changed files with 50 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
const { GET, expect } = require('../test') .run ('serve','hello/world.cds')
const { GET, expect } = require('../test') .run ('serve','hello/srv/world.cds')
describe('Hello world!', () => {