Skip to content

Commit

Permalink
saving file structure changes
Browse files Browse the repository at this point in the history
  • Loading branch information
samouzegar10 committed Jul 30, 2024
1 parent 4f49e07 commit 0b6c213
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/* This utility makes the magic types available from the triton-types project */
export * from "../../../triton-types/models/magic"
export * from "../../../../triton-types/models/magic"
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
* containing the proper authorization headers.
*/
import axios, { AxiosInstance } from "axios"
import config from "../../config"
import { logger } from "../logger"
import config from "../../../config"
import { logger } from "../../logger"
import { HttpsProxyAgent } from "https-proxy-agent"

/** Typing for the auth response */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import Express from "express"
import asyncHandler from "express-async-handler"
import { getUserDetails, isUserAuthenticated } from "./magic_api"
import config from "../../config"
import { logger } from "../logger"
import config from "../../../config"
import { logger } from "../../logger"

/**
* This module handles the user login in Triton.
Expand Down
File renamed without changes.

0 comments on commit 0b6c213

Please sign in to comment.