Get api url
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
|
import { Api } from "../components/api"
|
||||||
export default async () => {
|
export default async () => {
|
||||||
/**
|
/**
|
||||||
* The code to be executed should be placed within a default function that is
|
* The code to be executed should be placed within a default function that is
|
||||||
* exported by the global script. Ensure all of the code in the global script
|
* exported by the global script. Ensure all of the code in the global script
|
||||||
* is wrapped in the function() that is exported.
|
* is wrapped in the function() that is exported.
|
||||||
*/
|
*/
|
||||||
|
Api.getApiurl();
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user