guhhhhhhhhhhh2
This commit is contained in:
parent
a95d6a6143
commit
d42afd9908
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ function SingleReview(props: NeoReview) {
|
|||
|
||||
export async function sendReview(review: string, token: string): Promise<boolean> {
|
||||
try {
|
||||
const response = await fetch(`https://backendreview.mono.exhq.dev/sendreview?review=${review}`, {
|
||||
const response = await fetch(`https://review.exhq.dev/sendreview?review=${review}`, {
|
||||
headers: {
|
||||
"Auth": token,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue