Implement contact form in the client

This commit is contained in:
Chocobozzz
2019-01-10 11:12:41 +01:00
parent 3866f1a02f
commit d3e56c0c4b
18 changed files with 281 additions and 24 deletions

View File

@@ -13,7 +13,7 @@ recreateDB () {
}
removeFiles () {
rm -rf "./test$1" "./config/local-test-$1.json"
rm -rf "./test$1" "./config/local-test.json" "./config/local-test-$1.json"
}
dropRedis () {