From 8b47f868ce97f50757225a72b958ed483336fd0c Mon Sep 17 00:00:00 2001 From: sanine-a Date: Mon, 15 May 2023 13:01:25 -0500 Subject: add ability to serve under subdirectory --- config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/config.go b/config/config.go index a371beb..85c73f0 100644 --- a/config/config.go +++ b/config/config.go @@ -21,6 +21,7 @@ type Endpoint struct { type Config struct { ListenAddress string + PathPrefix string AssetDirectory string LoginTimeout int Users []User -- cgit v1.2.1