This commit is contained in:
2024-11-05 15:03:37 +05:30
parent bd77a5be39
commit 4cd239114e
6 changed files with 20 additions and 13 deletions

View File

@@ -104,7 +104,7 @@ const SubnetInner = () => {
setIsLoading(true)
const fullUrl = window.location.href;
try {
const response = await fetch('https://rexplorerapi.azurewebsites.net/api/ShortUrl/create', {
const response = await fetch(`${import.meta.env.VITE_BASE_URL}ShortUrl/create`, {
method: 'POST',
headers: {
'Content-Type': 'application/json',