diff --git a/svc/verify.go b/svc/verify.go new file mode 100644 index 0000000..d0d367f --- /dev/null +++ b/svc/verify.go @@ -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) }