Skip to content

Commit 560f1bd

Browse files
authored
Change path
1 parent b8cca0f commit 560f1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const express = require("express");
44

55
const app = express();
66

7-
app.use('/challenges',
7+
app.use('/challenges-app',
88
express.static("./dist", {
99
setHeaders: function setHeaders(res) {
1010
res.header("Access-Control-Allow-Origin", "*");

0 commit comments

Comments
 (0)