1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

wip: begin implementation of new design in proxy

This commit is contained in:
Kwonunn 2024-11-22 23:36:05 +01:00 committed by Kwonunn
parent 975364553b
commit d92f9305dc
2 changed files with 47 additions and 20 deletions

View file

@ -16,7 +16,7 @@ import (
var (
ErrValidation = errors.New("validation error")
cachePrefixPath = "org:/repo:/run:/ts:/mac:/"
cachePrefixPath = "/:org/:repo/:run/:ts/:mac"
)
func (h *Handler) validateMac(params httprouter.Params) (string, error) {