瀏覽代碼

Fixed: changed version to 4.0.29

bugfix/4515
dusan.lazarevic 2 年之前
父節點
當前提交
865598f902
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      nginx.conf
  2. 1
    1
      package.json

+ 1
- 1
nginx.conf 查看文件

@@ -1,6 +1,6 @@
server {
listen 80;
server_name "https://trampa-api.dilig.net";
server_name "https://trampa-api-test.dilig.net";

location / {
root /usr/share/nginx/html;

+ 1
- 1
package.json 查看文件

@@ -1,6 +1,6 @@
{
"name": "web",
"version": "4.0.28",
"version": "4.0.29test",
"private": true,
"dependencies": {
"@emotion/react": "^11.5.0",

Loading…
取消
儲存