Skip to content

Commit

Permalink
backend fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kmr-ankitt committed Jul 2, 2024
1 parent f70bff6 commit 37b35f5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions backend/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion backend/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import axios from "axios";
import "dotenv/config";
import bodyParser from "body-parser";
import cors from "cors";
import { parseISODurationToMinutes } from "./decoder.js";
import { parseISODurationToMinutes } from "./utils/decoder.js";

const app = express();
const port = 5000;
Expand Down
File renamed without changes.

0 comments on commit 37b35f5

Please sign in to comment.