guhhhhhhhhhhhhhh
This commit is contained in:
parent
0aeb8ae66a
commit
a95d6a6143
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ interface NeoReview extends Review {
|
||||||
export default function Reviews() {
|
export default function Reviews() {
|
||||||
const [reviews, setReviews] = createSignal<NeoReview[]>([]);
|
const [reviews, setReviews] = createSignal<NeoReview[]>([]);
|
||||||
onMount(() => {
|
onMount(() => {
|
||||||
fetch("https://backendreview.mono.exhq.dev/getreviews")
|
fetch("https://review.exhq.dev/getreviews")
|
||||||
.then(response => response.json())
|
.then(response => response.json())
|
||||||
.then((data: Review[]) => {
|
.then((data: Review[]) => {
|
||||||
const promises = data.map(review => (
|
const promises = data.map(review => (
|
||||||
|
|
Loading…
Reference in a new issue