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

Commit a216256

Browse files
authored
Changing the base url from react to taas-app
1 parent b6586a3 commit a216256

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

0 commit comments

Comments
 (0)