Skip to content

Commit

Permalink
Merge pull request stakwork#678 from MahtabBukhari/update-endpoints-f…
Browse files Browse the repository at this point in the history
…rom-bounty-to-bounties
  • Loading branch information
humansinstitute authored Dec 1, 2024
2 parents 2cd4885 + be9f302 commit fa2c6ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3666,7 +3666,7 @@ export class MainStore {
if (!uiStore.meInfo) return [];
const info = uiStore.meInfo;

const response = await fetch(`${TribesURL}/bounty/ticket/${initialTicketData.uuid}`, {
const response = await fetch(`${TribesURL}/bounties/ticket/${initialTicketData.uuid}`, {
method: 'POST',
mode: 'cors',
headers: {
Expand Down Expand Up @@ -3706,7 +3706,7 @@ export class MainStore {
if (!uiStore.meInfo) return null;
const info = uiStore.meInfo;

const response = await fetch(`${TribesURL}/bounty/ticket/review/send`, {
const response = await fetch(`${TribesURL}/bounties/ticket/review/send`, {
method: 'POST',
mode: 'cors',
headers: {
Expand Down

0 comments on commit fa2c6ab

Please sign in to comment.