mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-03 00:38:23 +00:00
refactor: update axios client import, enhance device and payment handling, and add cancel payment button component
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 6m28s
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 6m28s
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
"use server";
|
||||
|
||||
import { AxiosClient } from "@/utils/AxiosClient";
|
||||
import { AxiosClient } from "@/utils/axios-client";
|
||||
|
||||
export async function getIslands() {
|
||||
const response = await AxiosClient.get("/islands/");
|
||||
|
Reference in New Issue
Block a user