forked from Gitlink/forgeplus-react
配置文件移至src内
This commit is contained in:
parent
3406e3bc3b
commit
5159b90e42
|
|
@ -1,7 +1,7 @@
|
|||
import express from "express";
|
||||
import "./window"
|
||||
import {render} from "./render";
|
||||
import { url } from "../config/ssrUrl";
|
||||
import { url } from "../src/ssrUrl";
|
||||
const { createProxyMiddleware } = require('http-proxy-middleware');
|
||||
|
||||
const app = express();
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
import axios from 'axios';
|
||||
import { url } from '../../config/ssrUrl';
|
||||
import { url } from '../ssrUrl';
|
||||
|
||||
const baseUrl = `${url}/api`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue