mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-10-29 00:55:51 +08:00
7 lines
71 B
Go
7 lines
71 B
Go
package common
|
|
|
|
const (
|
|
COOKIE_NAME = "auth"
|
|
COOKIE_PATH = "/api/"
|
|
)
|