diff --git a/types/index.ts b/types/index.ts index 564b296..de1c6eb 100644 --- a/types/index.ts +++ b/types/index.ts @@ -1,3 +1,3 @@ -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 +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