add node, got a couple endpoints working
This commit is contained in:
@@ -14,5 +14,7 @@ const Entry = defineTable({
|
||||
|
||||
// https://astro.build/db/config
|
||||
export default defineDb({
|
||||
tables: {}
|
||||
tables: {
|
||||
Entry
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user