remove commented code

This commit is contained in:
aryabenade
2026-04-24 19:09:20 +05:30
parent 67d7f977b7
commit 962d4283e6
2 changed files with 1 additions and 5 deletions

View File

@@ -1,11 +1,8 @@
import { createApi, fetchBaseQuery } from '@reduxjs/toolkit/query/react';
import { createApi } from '@reduxjs/toolkit/query/react';
import { baseQuery } from "../baseQuery";
export const citiesApi = createApi({
reducerPath: 'citiesApi',
// baseQuery: fetchBaseQuery({
// baseUrl: 'https://testingapi.citycards.betadelivery.com',
// }),
baseQuery,
endpoints: (builder) => ({

View File

@@ -4,7 +4,6 @@ import { Button } from './ui/button';
import { motion } from 'motion/react';
import { useNavigate } from 'react-router';
// const cardOptions = [
// {
// id: 'selective',
// name: 'Flexi Card',