umbracoPath just returns a function
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import type { Path } from 'msw';
|
||||
export function umbracoPath(path: string): Path {
|
||||
export function umbracoPath(path: string) {
|
||||
return `/umbraco/management/api/v1${path}`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user