Skip to content

Commit

Permalink
Merge pull request #23 from alertlogic/aicspmsgs
Browse files Browse the repository at this point in the history
Change o365msgs to aicspmsgs
  • Loading branch information
ikemsley authored Sep 13, 2017
2 parents d7c5114 + 677ddb4 commit ad4d8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion O365WebHook/ingest.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Ingest extends m_alServiceC.AlServiceC {
},
body : data
};
return this.post(`/data/o365msgs`, payload);
return this.post(`/data/aicspmsgs`, payload);
}
}

Expand Down

0 comments on commit ad4d8d7

Please sign in to comment.