adjusted file service, added get all notes method

This commit is contained in:
2023-05-12 12:13:35 -04:00
parent c9f22e0978
commit 77e6ed78fd
3 changed files with 24 additions and 8 deletions

View File

@ -6,5 +6,6 @@
}
},
"AllowedHosts": "*",
"ContentFilePath": "content"
"DefaultContentFileName": "content",
"ContentFilePath": "notes"
}