Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit 99ce3f0

Browse files
Update README.md
1 parent fad8eab commit 99ce3f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ new AppRunner().run("./config/config.json");
3434
"db": {
3535
"host": "<location to sqlite db>"
3636
},
37+
"entrypoint": "https://www.example.com/"
3738
"sources" : [
3839
{
39-
"route": "/test",
40+
"route": "/endpoint-route", //relative endpoint route
4041
"sourceFile": "<relative path to compiled Source implementation in dist folder>",
4142
"usesImportPages": <boolean>,
4243
"importInterval": <importPages interval> //time between calls to importPages

0 commit comments

Comments
 (0)