Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 38ede95

Browse files
authored
changing the url name
1 parent c5138aa commit 38ede95

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('/earn',
7+
app.use('/earn-app',
88
express.static("./dist", {
99
setHeaders: function setHeaders(res) {
1010
res.header("Access-Control-Allow-Origin", "*");

0 commit comments

Comments
 (0)