Skip to content

Commit

Permalink
Restructured API filestructure
Browse files Browse the repository at this point in the history
  • Loading branch information
AydanPirani committed Aug 14, 2023
1 parent 0cc30ba commit 7215950
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import express, { Application, Request, Response } from "express";
import helmet from "helmet";
import morgan from "morgan";

import Constants from "./constants.js";
import authRouter from "./services/auth/auth-router.js";
import newsletterRouter from "./services/newsletter/newsletter-router.js";
import Constants from "../src/constants.js";
import authRouter from "../src/services/auth/auth-router.js";
import newsletterRouter from "../src/services/newsletter/newsletter-router.js";

const app: Application = express();

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7215950

Please sign in to comment.