fix(fe): update query params and refactor initAll

This commit is contained in:
hexxa 2022-01-22 10:31:34 +08:00 committed by Hexxa
parent 8165c70bcb
commit f06c5f5a7d
6 changed files with 157 additions and 85 deletions

View file

@ -28,7 +28,7 @@ var (
// queries
FilePathQuery = "fp"
ListDirQuery = "dp"
ShareIDQuery = "sh"
ShareIDQuery = "shid"
// headers
rangeHeader = "Range"