mirror of
https://git.mills.io/prologic/zs
synced 2025-04-06 06:43:33 +03:00
Compare commits
No commits in common. "main" and "0.4.5" have entirely different histories.
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -797,6 +797,7 @@ func serve(ctx context.Context, bind, root string) error {
|
|||
static.WithRoot(root),
|
||||
static.WithCGI(true),
|
||||
static.WithDir(true),
|
||||
static.WithSPA(true),
|
||||
)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
Loading…
Add table
Reference in a new issue