mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-29 21:08:13 +00:00
test
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { createApi } from '@reduxjs/toolkit/query/react';
|
||||
import { baseQueryWithReauth } from './base-query-with-reauth';
|
||||
|
||||
import { createApi } from "@reduxjs/toolkit/query/react";
|
||||
import { baseQueryWithReauth } from "./base-query-with-reauth";
|
||||
import { tagTypes } from "./tagTypes";
|
||||
export const baseApi = createApi({
|
||||
reducerPath: 'baseApi',
|
||||
reducerPath: "baseApi",
|
||||
baseQuery: baseQueryWithReauth,
|
||||
tagTypes: ['Api'],
|
||||
tagTypes: ["Api", "backOfficeApi", "portalApi", ...tagTypes],
|
||||
endpoints: () => ({}),
|
||||
});
|
||||
|
||||
1
libs/api/src/lib/base-api/tagTypes.ts
Normal file
1
libs/api/src/lib/base-api/tagTypes.ts
Normal file
@@ -0,0 +1 @@
|
||||
export const tagTypes = ["ProfessionApi"];
|
||||
Reference in New Issue
Block a user