Finalize sql query and add webhook endpoint
This commit is contained in:
@ -33,4 +33,6 @@ export default await Env.create(new URL('../', import.meta.url), {
|
||||
PG_HOST: Env.schema.string(),
|
||||
PG_USER: Env.schema.string(),
|
||||
PG_PASSWORD: Env.schema.string(),
|
||||
|
||||
WEBHOOK_URL: Env.schema.string()
|
||||
})
|
||||
|
Reference in New Issue
Block a user