mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-23 22:25:56 -04:00
Convert Log Events to React Query
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { apiRoot, urlBase } from 'Utilities/Fetch/fetchJson';
|
||||
|
||||
const getQueryPath = (path: string) => {
|
||||
return urlBase + apiRoot + path;
|
||||
};
|
||||
|
||||
export default getQueryPath;
|
||||
Reference in New Issue
Block a user