diff options
author | sanine-a <sanine.not@pm.me> | 2023-05-15 13:01:25 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2023-05-15 13:01:25 -0500 |
commit | 8b47f868ce97f50757225a72b958ed483336fd0c (patch) | |
tree | 992e736787868e599fe06267aebbbd9d968e8b37 /config/config.go | |
parent | 9db22ca2f86f41f98baa23a8e53d69c22ece2a67 (diff) |
add ability to serve under subdirectory
Diffstat (limited to 'config/config.go')
-rw-r--r-- | config/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 |