Files
public-drive/svc/verify.go
T
2026-08-20 00:31:56 +03:00

5 lines
147 B
Go

package svc
// Verify closes the loop: a new symbol on a new push, over the public internet.
func Verify(in string) string { return Handler(in) }