Skip to content

Commit c4693be

Browse files
save file
1 parent 8a90234 commit c4693be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

html/chat-room/chat-room.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218

219219
post.start = async function(){
220220

221-
var result = await post('simple/start',{room_id});
221+
var result = await post('start',{room_id});
222222
if(!result)return;
223223

224224
display.result(result);
@@ -257,7 +257,7 @@
257257
post.update = async function(){
258258

259259
var ts = display.last;
260-
var result = await post('simple/update',{room_id,ts});
260+
var result = await post('update',{room_id,ts});
261261
if(!result)return;
262262

263263
display.result(result);

0 commit comments

Comments
 (0)