- Adding util to get HttpRequestName

This commit is contained in:
Ferdi Koomen 2022-01-25 13:22:59 +01:00
parent 280d196f99
commit 83a0692b10

View File

@ -0,0 +1,3 @@
export const getHttpRequestName = (): string => {
return '';
};