change defaul url

pull/142/head
bert hubert 2020-11-11 16:41:28 +01:00
parent 04efe69238
commit ef62317f8c
1 changed files with 2 additions and 2 deletions

View File

@ -181,8 +181,8 @@ int main(int argc, char **argv)
{
MiniCurl mc;
MiniCurl::MiniCurlHeaders mch;
// string url="https://galmon.eu/svs.json";
string url="http://[::1]:29599/";
string url="https://galmon.eu/";
// string url="http://[::1]:29599/";
bool doVERSION{false};
CLI::App app(program);