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 32d64d0 commit 8e0cc95Copy full SHA for 8e0cc95
index.php
@@ -21,8 +21,8 @@
21
<div id="Schedule"></div>
22
<script>
23
var dataManager = new ej.data.DataManager({
24
- url: "http://localhost/ej2-php-crud-service/server.php",
25
- crudUrl: "http://localhost/ej2-php-crud-service/server.php",
+ url: "http://localhost/Javascript-Scheduler-CRUD-PHP-and-MySQL/server.php",
+ crudUrl: "http://localhost/Javascript-Scheduler-CRUD-PHP-and-MySQL/server.php",
26
adaptor: new ej.data.UrlAdaptor(),
27
crossDomain: true
28
});
0 commit comments