Skip to content

Commit

Permalink
Merge pull request #18 from csse-uoft/develop
Browse files Browse the repository at this point in the history
removed node_modules
  • Loading branch information
Beh5611 authored Oct 16, 2024
2 parents 51ac697 + 1d2b153 commit 6e924e2
Show file tree
Hide file tree
Showing 435 changed files with 3 additions and 65,490 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/backend/node_modules
.env
/backend/node_modules/
.env
.vscode/
1 change: 0 additions & 1 deletion backend/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ var SparqlClient = require('sparql-http-client');
require('dotenv').config();

const endpointUrl = process.env.ENDPOINT_URL;
console.log(`Endpoint URL: ${endpointUrl}`);
const client = new SparqlClient({ endpointUrl });

// returns all cities in the knowledge graph
Expand Down
12 changes: 0 additions & 12 deletions backend/node_modules/.bin/mime

This file was deleted.

17 changes: 0 additions & 17 deletions backend/node_modules/.bin/mime.cmd

This file was deleted.

28 changes: 0 additions & 28 deletions backend/node_modules/.bin/mime.ps1

This file was deleted.

Loading

0 comments on commit 6e924e2

Please sign in to comment.