Skip to content

Commit 5d08b81

Browse files
save file
1 parent dd7884a commit 5d08b81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

html/chat-room/chat-room.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
post.del = async function({id,password}){
245245

246246
var ts = display.last;
247-
var result = await post('simepl/del',{room_id,id,password,ts});
247+
var result = await post('simple/del',{room_id,id,password,ts});
248248
if(!result)return;
249249

250250
display.result(result);

0 commit comments

Comments
 (0)