add sources links & rename project file

main
const an teen 2022-04-24 12:11:50 -04:00
parent 10644bbb11
commit 203f561643
2 changed files with 3 additions and 0 deletions

View File

@ -95,6 +95,9 @@ int main(int argc, char *argv[])
"\\/_/ /__ \\ \\___ \\ \\ \\ \\____ \\ \\ __ \\ \\ \\ _-/ \\ \\ \\\n"
" /\\_____\\ \\/\\_____\\ \\ \\_____\\ \\ \\_\\ \\_\\ \\ \\_\\ \\ \\_\\ \n"
" \\/_____/ \\/_____/ \\/_____/ \\/_/\\/_/ \\/_/ \\/_/\n"
"https://github.com/ZeroStorageCaptcha/api-daemon\n"
"https://notabug.org/ZeroStorageCaptcha/api-daemon\n"
"http://git.i2p/ZeroStorageCaptcha/api-daemon\n"
<< COPYRIGHT << "\n\n";
HttpServer server(address, port, threads);