From 3dbf27e1490fdcb990560ebfd64e0c909d08da04 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 1 Apr 2025 16:54:50 -0700 Subject: [PATCH] rename file --- src/static/index.html | 2 +- src/static/js/{index.ts => video.ts} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/static/js/{index.ts => video.ts} (100%) diff --git a/src/static/index.html b/src/static/index.html index 9bee2f7..1682648 100644 --- a/src/static/index.html +++ b/src/static/index.html @@ -13,7 +13,7 @@

WebRTC

- + \ No newline at end of file diff --git a/src/static/js/index.ts b/src/static/js/video.ts similarity index 100% rename from src/static/js/index.ts rename to src/static/js/video.ts