final verification push

This commit is contained in:
drew
2026-08-20 00:31:56 +03:00
parent efaa37fda6
commit d3c862d23f
+4
View File
@@ -0,0 +1,4 @@
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) }