Skip to content

Commit de2e8f9

Browse files
committed
2 parents 105f947 + 882099f commit de2e8f9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/integration/microservices/viewer/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
# pip-compile --output-file=tests/integration/microservices/viewer/requirements.txt tests/integration/microservices/viewer/requirements.in
66
#
77

8+
opengeodeweb-viewer==1.*,>=1.11.6rc3

utils/local.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ async function run_back(
118118
return new Promise(async (resolve, reject) => {
119119
let upload_folder_path = args.upload_folder_path
120120
if (!args.upload_folder_path) {
121-
upload_folder_path = args.project_folder_path
121+
upload_folder_path = path.join(args.project_folder_path, "uploads")
122122
}
123123
const port = await get_available_port()
124124
const back_args = [

0 commit comments

Comments
 (0)