19051: Added quote handling in the search
[arvados.git] / src / services / keep-service / keep-service.ts
index 17ee522e4dea00d7c6ecea813a3111a43f64fb4a..0af6789513340e5ebc918fba741df1bc60b54bf9 100644 (file)
@@ -2,13 +2,13 @@
 //\r
 // SPDX-License-Identifier: AGPL-3.0\r
 \r
-import { CommonResourceService } from "~/services/common-service/common-resource-service";\r
+import { CommonResourceService } from "services/common-service/common-resource-service";\r
 import { AxiosInstance } from "axios";\r
-import { KeepResource } from "~/models/keep";\r
-import { ApiActions } from "~/services/api/api-actions";\r
+import { KeepServiceResource } from "models/keep-services";\r
+import { ApiActions } from "services/api/api-actions";\r
 \r
-export class KeepService extends CommonResourceService<KeepResource> {\r
+export class KeepService extends CommonResourceService<KeepServiceResource> {\r
     constructor(serverApi: AxiosInstance, actions: ApiActions) {\r
         super(serverApi, "keep_services", actions);\r
     }\r
-}\r
+}
\ No newline at end of file