Commit d150abb8 authored by Łukasz Nowak's avatar Łukasz Nowak

Fix base url manipulation and use serialize by default.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45838 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5689dcbd
......@@ -574,7 +574,7 @@ class Recipe(BaseSlapRecipe):
dict(
known_tid_storage_identifier_dict=pprint.pformat(
known_tid_storage_identifier_dict),
base_url='%s/%%' % access_url,
base_url='%s/%%s/serialize' % access_url,
host=ip,
port=port,
timestamp_file_path=timestamp_file_path,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment