mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-10-29 00:55:51 +08:00
10 lines
178 B
Go
10 lines
178 B
Go
package common
|
|
|
|
const (
|
|
COOKIE_NAME_AUTH = "auth"
|
|
COOKIE_NAME_PROOF = "proof"
|
|
COOKIE_PATH = "/api/"
|
|
FILE_INDEX = "./data/public/index.html"
|
|
FILE_ASSETS = "./data/public/"
|
|
)
|