From cd257fe96bb4605380a7c66707fcc522c8d152fd Mon Sep 17 00:00:00 2001 From: Ethan Date: Tue, 12 Jan 2021 09:48:36 +0000 Subject: [PATCH] Remove DatabaseHelper note As it is now included in the repo this note is no longer applicable --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index e5a99e5..309399b 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,3 @@ The subdomains you have to deal with are: ## Things not included in this repo: ### Profile Pictures: Profile pictures can be handled by any standard HTTP server, there is also one I made for the task here: [Binato-ProfilePicture](https://github.com/tgpethan/Binato-ProfilePicture) - ### DatabaseHelper.js: - Because the DatabaseHelper in this server was so horrible and also very specific to my server I didn't include it.
- I'll make a better one and include it eventually. For now if you feel like using this server you can make your own by handing the function getFromDB in a file called DatabaseHelper.js in the server folder