We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755dfad commit 5380d69Copy full SHA for 5380d69
src/DataService.js
@@ -2,7 +2,8 @@ import $ from "jquery";
2
export default function DataService() {
3
////////////////////////////////////////////////////////////
4
let user = null
5
- const url = 'http://php-server-notes/'
+ const deploy = true
6
+ const url = deploy ? 'http://php-server-notes.std-1033.ist.mospolytech.ru/' : 'http://php-server-notes/'
7
//let recuestCount = 1;
8
9
function request(target, data) {
0 commit comments