Skip to content

Commit

Permalink
Merge pull request #1006 from hypersign-protocol/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Pratap2018 authored Mar 3, 2022
2 parents 8f15e3e + 47d8260 commit 34e78e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default {
async saveSubscription(subscription) {
const response = await fetch(
config.studioServer.BASE_URL + "api/v1/push/subscribe",
config.studioServer.BASE_URL + "api/v1/notification/push/subscribe",
{
method: "post",
headers: {
Expand Down

0 comments on commit 34e78e1

Please sign in to comment.