From 6008f98ea19063b9a9332344c3b9700a1e62c939 Mon Sep 17 00:00:00 2001 From: divyam234 Date: Sat, 23 Sep 2023 17:41:11 +0530 Subject: [PATCH] sync ui --- main.go | 2 +- ui/teldrive-ui | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 2e3c5af..205c1d9 100644 --- a/main.go +++ b/main.go @@ -37,7 +37,7 @@ func main() { router.Use(cors.New(cors.Config{ AllowMethods: []string{"GET", "POST", "PUT", "PATCH", "DELETE", "HEAD", "OPTIONS"}, - AllowHeaders: []string{"Authorization", "Content-Length", "Content-Type", "If-Modified-Since"}, + AllowHeaders: []string{"Authorization", "Content-Length", "Content-Type"}, AllowCredentials: true, AllowOriginFunc: func(origin string) bool { return true diff --git a/ui/teldrive-ui b/ui/teldrive-ui index 616d633..b4419da 160000 --- a/ui/teldrive-ui +++ b/ui/teldrive-ui @@ -1 +1 @@ -Subproject commit 616d633fd8db4173d80552bc347e6a017e0a7005 +Subproject commit b4419da2736aa0ddcb9714dfcdd32c2642e717e1