mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 06:07:57 +01:00
Add dummy parameter when the service is readOnly.
This commit is contained in:
parent
b4bdad796e
commit
829655f253
@ -39,8 +39,8 @@
|
||||
documentUrl:"c/restful/maps/{id}/document",
|
||||
revertUrl:"c/restful/maps/{id}/history/latest",
|
||||
lockUrl:"c/restful/maps/{id}/lock",
|
||||
timestamp: ${lockTimestamp},
|
||||
session: ${lockSession}
|
||||
timestamp: "${lockTimestamp}?${lockTimestamp}:0",
|
||||
session: "${lockSession}?${lockSession}:0"
|
||||
}
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user