Skip to content

Commit

Permalink
Merge pull request #209 from Nintails-TF/FE/filters
Browse files Browse the repository at this point in the history
The working demo with filters
  • Loading branch information
AmSmef authored Feb 2, 2024
2 parents 1480e60 + 22eb299 commit 688a548
Show file tree
Hide file tree
Showing 6 changed files with 621 additions and 2,249 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
/.vs/ncr-agile-wombo/v17/.wsuo
/.vs/slnx.sqlite
/.vs/VSWorkspaceState.json
node_modules
node_modules
1 change: 1 addition & 0 deletions be/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const path = require("path");
const cors = require("cors");
const routes = require("./routes");
const bodyParser = require("body-parser");
const path = require("path");

const app = express();
app.use(cors());
Expand Down
2 changes: 1 addition & 1 deletion fe/dist/style.css

Large diffs are not rendered by default.

Loading

0 comments on commit 688a548

Please sign in to comment.