Skip to content

Commit 5380d69

Browse files
committed
deploy
1 parent 755dfad commit 5380d69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/DataService.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ import $ from "jquery";
22
export default function DataService() {
33
////////////////////////////////////////////////////////////
44
let user = null
5-
const url = 'http://php-server-notes/'
5+
const deploy = true
6+
const url = deploy ? 'http://php-server-notes.std-1033.ist.mospolytech.ru/' : 'http://php-server-notes/'
67
//let recuestCount = 1;
78

89
function request(target, data) {

0 commit comments

Comments
 (0)