mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-14 13:55:03 +00:00
Simplify dev docker setup
This commit is contained in:
parent
b655085115
commit
ce2255b6b7
13 changed files with 65 additions and 97 deletions
|
@ -14,7 +14,7 @@ const app = express();
|
|||
|
||||
app.use(
|
||||
cors({
|
||||
origin: `https://${env.DASHBOARD_DOMAIN}`,
|
||||
origin: env.DASHBOARD_URL,
|
||||
}),
|
||||
);
|
||||
app.use(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue