mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2024-04-21 12:32:08 +00:00
7 lines
71 B
Go
7 lines
71 B
Go
package common
|
|
|
|
const (
|
|
COOKIE_NAME = "auth"
|
|
COOKIE_PATH = "/api/"
|
|
)
|