Skip to content

Commit

Permalink
Reverted changes in _AppDelegate.m
Browse files Browse the repository at this point in the history
  • Loading branch information
arnabp92 committed Mar 22, 2020
1 parent b894db4 commit 8c5c2b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Example/Rudder/_AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#import "_AppDelegate.h"
#import <Rudder/Rudder.h>

static NSString *END_URL = @"https://b8a29fd3.ngrok.io";
static NSString *WRITE_KEY = @"1ZTkZgCMnZyXeWsFbcjGsOx4jnv";
static NSString *END_URL = @"https://89aef425.ngrok.io";
static NSString *WRITE_KEY = @"1Xk22tE75wUqDqCSFvFHqeiYCdT";

@implementation _AppDelegate

Expand Down

0 comments on commit 8c5c2b3

Please sign in to comment.