mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-15 04:45:45 +01:00
7 lines
105 B
Go
7 lines
105 B
Go
package common
|
|
|
|
const (
|
|
COOKIE_NAME_AUTH = "auth"
|
|
COOKIE_NAME_PROOF = "proof"
|
|
COOKIE_PATH = "/api/"
|
|
)
|