Skip to content

Commit

Permalink
change datagenerator path
Browse files Browse the repository at this point in the history
  • Loading branch information
MCLiii committed Feb 7, 2024
1 parent 648264e commit 52bec6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataGenerator/src/server.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import DATA_FORMAT from "../../Backend/Data/sc1-data-format/format.json";
import GPS_DATA from "../../Backend/Data/gps_dataset/dataset1.json";
import GPS_DATA from "../gps_dataset/dataset1.json";
import { DateTime } from "luxon";
import CONSTANTS from "../src/constants.json";
const NET = require("net");
Expand Down

0 comments on commit 52bec6d

Please sign in to comment.