mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Build query string with style
This commit is contained in:
parent
b3b05d1af3
commit
8714909a9a
1 changed files with 4 additions and 1 deletions
|
@ -48,7 +48,10 @@ module.exports =
|
||||||
json: true
|
json: true
|
||||||
method: "PUT"
|
method: "PUT"
|
||||||
timeout: 1000
|
timeout: 1000
|
||||||
url: "/editingSession?userId=#{userId}&projectId=#{projectId}"
|
url: "/editingSession"
|
||||||
|
qs:
|
||||||
|
userId: userId
|
||||||
|
projectId: projectId
|
||||||
makeRequest opts, callback
|
makeRequest opts, callback
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue