Skip to content

Commit 53dca49

Browse files
committed
update API key in client example
1 parent 431072b commit 53dca49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/App.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ void run() {
3030

3131
auto connector = oatpp::websocket::Connector::createShared(connectionProvider);
3232

33-
auto connection = connector->connect("v3/channel_1?api_key=oCdCMcMPQpbvNjUIzqtvF1d2X2okWpDQj4AwARJuAgtjhzKxVEjQU6IdCjwm&notify_self");
33+
auto connection = connector->connect("v3/channel_1?api_key=VCXCEuvhGcBDP7XhiJJUDvR1e1D3eiVjgZ9VRiaV&notify_self");
3434

3535
OATPP_LOGI(TAG, "Connected");
3636

0 commit comments

Comments
 (0)