Skip to content

Commit

Permalink
update API key in client example
Browse files Browse the repository at this point in the history
  • Loading branch information
lganzzzo committed Aug 30, 2022
1 parent 431072b commit 53dca49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/App.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ void run() {

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

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

OATPP_LOGI(TAG, "Connected");

Expand Down

0 comments on commit 53dca49

Please sign in to comment.