From f2ba1fbea63fa2c0ea2f034b200d5f66d86cc62b Mon Sep 17 00:00:00 2001 From: George B <705427+georgeblahblah@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:40:20 +0000 Subject: [PATCH] Add George's service --- thrift/native.thrift | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/thrift/native.thrift b/thrift/native.thrift index 4c148af..93704d7 100644 --- a/thrift/native.thrift +++ b/thrift/native.thrift @@ -147,3 +147,7 @@ service Navigation { service Newsletters { bool requestSignUp(1: string emailAddress, 2:string newsletterIdentityName) } + +service GeorgeService { + bool sayHello() +}