Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AVtheking committed Jan 6, 2024
1 parent 36103d8 commit 6583443
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 0 additions & 2 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ This document provides instructions on how to set up and start a running instanc

- [Prerequisites](#prerequisites)
- [Install node.js](#install-nodejs)
- [Install npm](#install-npm)
- [Install TypeScript](#install-typescript)
- [Install git](#install-git)
- [Setting up this repository](#setting-up-this-repository)
- [Install the Required Packages](#install-the-required-packages)
Expand Down
Binary file added images/dQXbuQ-Juimage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions src/app.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import cors from "cors";
import express from "express";
import { rateLimit } from "express-rate-limit";
import helmet from "helmet";
import mongoSanitize from "express-mongo-sanitize";
import cors from "cors";
import requestLogger from "morgan";
import rateLimit from "express-rate-limit";
import { express as voyagerMiddleware } from "graphql-voyager/middleware";
import helmet from "helmet";
import i18n from "i18n";
import requestLogger from "morgan";
import path from "path";
import { appConfig } from "./config";
import { requestContext, requestTracing, stream } from "./libraries";
import { express as voyagerMiddleware } from "graphql-voyager/middleware";
import path from "path";
//@ts-ignore
import graphqlUploadExpress from "graphql-upload/graphqlUploadExpress.mjs";

Expand Down

0 comments on commit 6583443

Please sign in to comment.