mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-07 17:02:29 +01:00
6 lines
71 B
Go
6 lines
71 B
Go
package common
|
|
|
|
const (
|
|
COOKIE_NAME = "auth"
|
|
COOKIE_PATH = "/api/"
|
|
)
|