Skip to content

Commit 4f8b598

Browse files
save file
1 parent 3b67e9a commit 4f8b598

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
@@ -233,7 +233,7 @@
233233
post.msg = async function({user,password,txt}){
234234
//console.log('post.msg');
235235
var ts = display.last;
236-
var result = await post('simepl/msg',{room_id,user,password,txt,ts});
236+
var result = await post('simple/msg',{room_id,user,password,txt,ts});
237237
if(!result)return;
238238

239239
display.result(result);

0 commit comments

Comments
 (0)