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