Skip to content
Snippets Groups Projects
Commit 5812a14c authored by Paul-louis Gomis's avatar Paul-louis Gomis
Browse files

move index to correct folder

parent 5f829284
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@ import http from "http";
const app = express();
const httpServer = http.createServer(app);
import { Server as IOServer } from "socket.io";
import Player from "../common/Player";
import { Sushi } from "../common/Ressources";
import Player from "./common/Player";
import { Sushi } from "./common/Ressources";
app.use("/", express.static("client/public"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment