Implement contact form backend

This commit is contained in:
2022-04-05 14:24:36 -05:00
parent e643bf6df0
commit e3c3b93818
12 changed files with 399 additions and 11 deletions

View File

@@ -0,0 +1,6 @@
import { env } from '@extollo/lib'
export default {
server: env('GOTIFY_SERVER'),
app: env('GOTIFY_TOKEN'),
}