mirror of
https://github.com/makeplane/plane.git
synced 2026-07-11 21:10:13 +02:00
* dev: add instance validation endpoints * feat: added startup refresh handler for getting new licenses * feat: updated title --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
7 lines
193 B
Go
7 lines
193 B
Go
package handlers
|
|
|
|
const (
|
|
PREFETCH_PREFIX = "[WORKER][PREFETCH] "
|
|
F2_LICENSE_VERFICATION_FAILED = "failed to verify the license %s for workspace %s when prefetching the data"
|
|
)
|