Skip to content

Commit

Permalink
Backend Entry Point Converted (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyumat committed Jan 8, 2023
1 parent 47b0df1 commit 550dbeb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,9 @@ import update_set from "./routes/crud/update/update_set.js";
dotenv.config();

const PORT = process.env.PORT;



declare module 'cloudinary' {
export function config(conf: ConfigOptions): void;
}

interface ConfigOptions {
cloud_name: string;
api_key: string;
Expand Down

0 comments on commit 550dbeb

Please sign in to comment.