mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
fix path for javascript save
This commit is contained in:
parent
5ac694224e
commit
fef54728ca
1 changed files with 1 additions and 1 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
|
||||
|
|
Loading…
Reference in a new issue