Skip to content

Commit 42d2622

Browse files
save file
1 parent 39b9624 commit 42d2622

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

236236
display.result(result);

0 commit comments

Comments
 (0)