Hardcode correct api url for deploy
continuous-integration/drone/push Build is passing Details

This commit is contained in:
toqvist 2024-04-07 22:23:21 +02:00
parent cf33c001db
commit 1f8142a82f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import axios from "axios";
import { hasAuthCookie } from './authUtils';
import { queryClient } from '@/components/App';
export const API_URL = "http://localhost:3001"
export const API_URL = "https://admin.kios.lumbung.space/"
const headers = {
"Content-Type": "application/json",