mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
Merge pull request #934 from birarda/assignment
simple fix to fix path for javascript save
This commit is contained in:
commit
d66e560842
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
//
|
||||
// AudioMixer.cpp
|
||||
// hifi
|
||||
|
|
Loading…
Reference in a new issue