Get api url

This commit is contained in:
Jimmy 2022-01-21 13:54:18 +13:00
parent ebaf09d045
commit 0b80fe4a93
1 changed files with 2 additions and 0 deletions

View File

@ -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();
}; };