From 4e4b1f2eb197aa0c17da4ec22a34dfedeb7e2eed Mon Sep 17 00:00:00 2001 From: PARK BYUNG JUN Date: Mon, 8 Aug 2022 07:13:55 +0000 Subject: [PATCH] name is changed --- proto/models/core/network.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/models/core/network.proto b/proto/models/core/network.proto index 178e05c..46ef7cb 100644 --- a/proto/models/core/network.proto +++ b/proto/models/core/network.proto @@ -5,5 +5,5 @@ package bet.beteran.core.network; message Client { string client_ip = 1; optional string site_url = 2; - optional string session_id = 3; + optional string access_token = 3; }