fix path for javascript save

This commit is contained in:
Stephen Birarda 2013-09-13 12:12:20 -07:00
parent 5ac694224e
commit fef54728ca

View file

@ -72,7 +72,7 @@ static int mongooseRequestHandler(struct mg_connection *conn) {
}
}
const char ASSIGNMENT_SCRIPT_HOST_LOCATION[] = "web/assignment";
const char ASSIGNMENT_SCRIPT_HOST_LOCATION[] = "resources/web/assignment";
static void mongooseUploadHandler(struct mg_connection *conn, const char *path) {
// create an assignment for this saved script, for now make it local only