diff src/delete_chat.js.luan @ 17:19901d6fb56f

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 30 Jul 2025 15:01:31 -0600
parents f5425a3c1898
children
line wrap: on
line diff
--- a/src/delete_chat.js.luan	Wed Jul 30 10:38:27 2025 -0600
+++ b/src/delete_chat.js.luan	Wed Jul 30 15:01:31 2025 -0600
@@ -15,6 +15,6 @@
 	chat.delete()
 	Io.stdout = Http.response.text_writer()
 %>
-	location = '/list.html';
+	location = '/chats.html';
 <%
 end