mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-22 21:59:52 +00: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
|
||||
method: "PUT"
|
||||
timeout: 1000
|
||||
url: "/editingSession?userId=#{userId}&projectId=#{projectId}"
|
||||
url: "/editingSession"
|
||||
qs:
|
||||
userId: userId
|
||||
projectId: projectId
|
||||
makeRequest opts, callback
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue