update
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user