mirror of
https://github.com/samanhappy/mcphub.git
synced 2026-01-01 12:18:39 -05:00
feat: introduce runtime path (#132)
This commit is contained in:
@@ -2,7 +2,7 @@ import { useState, useCallback, useEffect } from 'react';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import { ApiResponse } from '@/types';
|
||||
import { useToast } from '@/contexts/ToastContext';
|
||||
import { getApiUrl } from '../utils/api';
|
||||
import { getApiUrl } from '../utils/runtime';
|
||||
|
||||
// Define types for the settings data
|
||||
interface RoutingConfig {
|
||||
|
||||
Reference in New Issue
Block a user