1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-08-09 03:22:45 +03:00
This commit is contained in:
Christopher Galas
2016-01-28 13:45:23 -08:00
parent 7c3fb31ee6
commit d511e59dc4

View File

@@ -91,7 +91,7 @@ int main(void)
/* Display a welcome message */
printf("File upload demo.\n");
printf("Open http://localhost:%s/ im your browser.\n\n", PORT);
printf("Open http://localhost:%s/ in your browser.\n\n", PORT);
/* Start the server */
ctx = mg_start(&callbacks, NULL, options);