This commit is contained in:
Sergey Lyubka 2021-09-13 13:47:49 +01:00
parent 2b287f50f1
commit dca08d32bd

View File

@ -12,7 +12,7 @@
#include "mongoose.h"
// The very first web page in history. You can replace it from command line
static const char *s_url = "http://info.cern.ch//foo";
static const char *s_url = "http://info.cern.ch/";
// Print HTTP response and signal that we're done
static void fn(struct mg_connection *c, int ev, void *ev_data, void *fn_data) {