Procházet zdrojové kódy

Fixed: changed app version to 4.0.30

bugfix/4515
dusan.lazarevic před 2 roky
rodič
revize
f2f53019db
2 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 0
    1
      nginx.conf
  2. 1
    1
      package.json

+ 0
- 1
nginx.conf Zobrazit soubor

server { server {
listen 80; listen 80;
server_name "https://trampa-api-test.dilig.net";


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

+ 1
- 1
package.json Zobrazit soubor

{ {
"name": "web", "name": "web",
"version": "4.0.29test",
"version": "4.0.30test",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@emotion/react": "^11.5.0", "@emotion/react": "^11.5.0",

Načítá se…
Zrušit
Uložit