From f1b7115498fc887ee7c7c6f8554cf0186d6d4f17 Mon Sep 17 00:00:00 2001 From: emehmet Date: Sat, 15 Apr 2023 17:18:18 +0300 Subject: [PATCH] fixed --- types/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/types/index.ts b/types/index.ts index de1c6eb..564b296 100644 --- a/types/index.ts +++ b/types/index.ts @@ -1,3 +1,3 @@ -export * as GraphqlServerTypes from "./graphql_server_types.ts"; -export * as MestgpsMongoInterface from "./mestgps_mongo_interface.ts"; -export * as ServerTypes from "./server_types.ts"; \ No newline at end of file +export * as GraphqlServerTypes from "https://git.mestyazilim.com/emehmet/deno_libs/raw/branch/main/types/graphql_server_types.ts"; +export * as MestgpsMongoInterface from "https://git.mestyazilim.com/emehmet/deno_libs/raw/branch/main/types/mestgps_mongo_interface.ts"; +export * as ServerTypes from "https://git.mestyazilim.com/emehmet/deno_libs/raw/branch/main/types/server_types.ts"; \ No newline at end of file