Skip to content

Commit 2c82fe4

Browse files
committed
read template file
1 parent 3d57f13 commit 2c82fe4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@focal/docify",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"license": "MIT",
55
"exports": "./mod.ts",
66
"imports": {

mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default class {
88

99
constructor(app: Application) {
1010
const { engine } = app;
11-
const tmpl = new URL('./test.tmpl', import.meta.url).pathname;
11+
const tmpl = new URL('./tmpl.html', import.meta.url).pathname;
1212

1313
app.get("/", async () => {
1414
const summary = await getSummary();

0 commit comments

Comments
 (0)