From 3136d71032394cd715e19a7280cef21e12d31aa2 Mon Sep 17 00:00:00 2001 From: William Petit Date: Wed, 1 Mar 2023 14:39:36 +0100 Subject: [PATCH] feat(http): handle html5 routing ref #5 --- .../src/public/index.html | 10 ++-- pkg/bundle/filesystem.go | 2 + pkg/http/handler.go | 2 +- pkg/http/html5_fileserver.go | 54 +++++++++++++++++++ 4 files changed, 62 insertions(+), 6 deletions(-) create mode 100644 pkg/http/html5_fileserver.go diff --git a/misc/client-sdk-testsuite/src/public/index.html b/misc/client-sdk-testsuite/src/public/index.html index 38034f9..256a29f 100644 --- a/misc/client-sdk-testsuite/src/public/index.html +++ b/misc/client-sdk-testsuite/src/public/index.html @@ -4,7 +4,7 @@ Client SDK Test suite - +