Add Worker Version Check

This commit is contained in:
speatzle 2024-05-05 17:14:39 +02:00
parent a0f3d5e439
commit 595efd0c66
3 changed files with 8 additions and 0 deletions

View file

@ -1,5 +1,8 @@
package constants
const WORKER_VERSION = "v1"
const WORKER_VERSION_HEADER = "morffix-version"
const SHARED_SECRET_HEADER = "morffix-secret"
const NAME_HEADER = "morffix-name"
const UUID_HEADER = "morffix-uuid"