Skip to content

Commit c198704

Browse files
committed
Updated foxx path
1 parent 6942771 commit c198704

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/foxx.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ information, refer to `ArangoDB manual`_.
3131
# Create a service using source on server.
3232
foxx.create_service(
3333
mount=service_mount,
34-
source='/tmp/service.zip',
34+
source='/tests/static/service.zip',
3535
config={},
3636
dependencies={},
3737
development=True,
@@ -42,7 +42,7 @@ information, refer to `ArangoDB manual`_.
4242
# Update (upgrade) a service.
4343
service = db.foxx.update_service(
4444
mount=service_mount,
45-
source='/tmp/service.zip',
45+
source='/tests/static/service.zip',
4646
config={},
4747
dependencies={},
4848
teardown=True,
@@ -53,7 +53,7 @@ information, refer to `ArangoDB manual`_.
5353
# Replace (overwrite) a service.
5454
service = db.foxx.replace_service(
5555
mount=service_mount,
56-
source='/tmp/service.zip',
56+
source='/tests/static/service.zip',
5757
config={},
5858
dependencies={},
5959
teardown=True,

0 commit comments

Comments
 (0)