Merge remote-tracking branch 'origin/fara' into roman

This commit is contained in:
3lswear
2022-02-20 20:14:45 +03:00
2 changed files with 32 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ int main(int argc, char **argv)
(void)argv;
Server server;
char *path = (char *)"config/real.toml";
char *path = (char *)"config/def.toml";
try
{