From 8b89b35d5693f4b670d6b388585bc908a2504337 Mon Sep 17 00:00:00 2001 From: Kevin Lewis Date: Fri, 2 Oct 2020 19:37:31 +0100 Subject: [PATCH] Can enter room via URL --- client/index.html | 0 client/room.html | 29 +++++++++++++++++++++++++++++ netlify.toml | 1 + 3 files changed, 30 insertions(+) create mode 100644 client/index.html create mode 100644 client/room.html diff --git a/client/index.html b/client/index.html new file mode 100644 index 0000000..e69de29 diff --git a/client/room.html b/client/room.html new file mode 100644 index 0000000..673f6a3 --- /dev/null +++ b/client/room.html @@ -0,0 +1,29 @@ + + + + + + Build a Thing Video App + + +
+
+ + + + + diff --git a/netlify.toml b/netlify.toml index 880c762..3866019 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,6 @@ [build] functions = "functions" + publish = "client" [[redirects]] from = "/api/*" to = "/.netlify/functions/:splat"