Compare commits
4 Commits
89b8b13552
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
f8e17dfcf2 | ||
|
49523af734 | ||
|
5a16c641f9 | ||
ff1be13793 |
@@ -3,7 +3,7 @@
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve --host=0.0.0.0 --disable-host-check --verbose",
|
||||
"start": "ng serve --live-reload=false --host=0.0.0.0 --disable-host-check --verbose",
|
||||
"build": "ng build",
|
||||
"watch": "ng build --watch --configuration development",
|
||||
"test": "ng test"
|
||||
|
@@ -1,2 +1,3 @@
|
||||
export const api_endpoint: string = 'http://api.vdk2ch.ru:5000/';
|
||||
//export const api_endpoint: string = 'http://api.vdk2ch.ru:5000/';
|
||||
export const api_endpoint: string = 'https://api.vdk2ch.ru/';
|
||||
//export const api_endpoint: string = 'http://localhost:7141/';
|
||||
|
@@ -8,7 +8,7 @@
|
||||
|
||||
.snow {
|
||||
$total: 30;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
font-size: 50px;
|
||||
|
Reference in New Issue
Block a user