Skip to content

Commit

Permalink
Change telemetry endpoint to actual AWS endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
abrauninger committed Oct 8, 2018
1 parent 9549769 commit 662e258
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/store/telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import { ActionType } from 'typesafe-actions';
import { TelemetryActionType } from './InternalTypes';
import * as telemetryActions from './TelemetryActions';

const TelemetryEndpoint = 'http://localhost:3001/';
// const TelemetryEndpoint = 'http://localhost:3001/';
const TelemetryEndpoint = 'https://gpvz3vnswb.execute-api.us-west-2.amazonaws.com/Stage/SaveSurveyResult';

// Courtesy of 'broofa's answer in https://stackoverflow.com/questions/105034/create-guid-uuid-in-javascript
/*function uuidv4() {
Expand Down

0 comments on commit 662e258

Please sign in to comment.