Skip to content

Commit 8e0cc95

Browse files
author
RamRajuE
committed
feature(EJ2-67755): Scheduler CRUD integration in PHP
1 parent 32d64d0 commit 8e0cc95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<div id="Schedule"></div>
2222
<script>
2323
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",
24+
url: "http://localhost/Javascript-Scheduler-CRUD-PHP-and-MySQL/server.php",
25+
crudUrl: "http://localhost/Javascript-Scheduler-CRUD-PHP-and-MySQL/server.php",
2626
adaptor: new ej.data.UrlAdaptor(),
2727
crossDomain: true
2828
});

0 commit comments

Comments
 (0)