diff --git a/configs/lite-server-config.json b/configs/lite-server-config.json index 3ffb085..8ab3a1a 100644 --- a/configs/lite-server-config.json +++ b/configs/lite-server-config.json @@ -1,6 +1,9 @@ { "port": 8080, "server": { - "baseDir": "./demo" + "baseDir": "./demo", + "routes": { + "/v1/devices.json": "v1/devices.json" + } } } \ No newline at end of file diff --git a/demo/example.html b/demo/example.html new file mode 100644 index 0000000..2060b4d --- /dev/null +++ b/demo/example.html @@ -0,0 +1,38 @@ + + +
+ +