add: contactController,tests & refactored tests

This commit is contained in:
$(pass /github/name)
2024-08-18 14:17:17 +02:00
parent 6441ad3ef9
commit ae0ec8bf88
17 changed files with 886 additions and 320 deletions

View File

@@ -1,5 +1,5 @@
{
"base_url": "https://domain.de",
"BaseURL": "https://domain.de",
"db": {
"Path": "data/db.sqlite3"
},
@@ -18,5 +18,9 @@
},
"auth": {
"APIKey": ""
},
"recipients": {
"ContactForm": "contacts@server.com",
"UserRegistration": "registration@server.com"
}
}