This commit is contained in:
2026-02-06 16:09:02 +09:00
parent 1a1fa178e0
commit a231d024b5
2 changed files with 32 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
import { WiFiHotspot } from '../types';
const API_Base_URL = 'http://localhost:3000/api/markers';
const API_Base_URL = '/api/markers';
export const apiService = {
getHotspots: async (): Promise<WiFiHotspot[]> => {