Merge pull request #934 from birarda/assignment

simple fix to fix path for javascript save
This commit is contained in:
Stephen Birarda 2013-09-13 12:20:37 -07:00
commit d66e560842
2 changed files with 1 additions and 2 deletions

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

View file

@ -1,4 +1,3 @@
//
// AudioMixer.cpp
// hifi