Commit 0699c72 Zahrun
committed
1 parent ef8bc3d commit 0699c72 Copy full SHA for 0699c72
File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
* @author Aroun
12
12
*/
13
13
public class Globals {
14
- public static final String SERVER_URI ="176.31.1.146:8080/webapp2 " ;
14
+ public static final String SERVER_URI ="176.31.1.146:8080/webapp " ;
15
15
}
Original file line number Diff line number Diff line change 16
16
</ head >
17
17
< body >
18
18
< div class ="container ">
19
- < form class ="form-signin " action ="http://176.31.1.146:8080/webapp2 /rest/entities.users/loginAdmin " method ="POST ">
19
+ < form class ="form-signin " action ="http://176.31.1.146:8080/webapp /rest/entities.users/loginAdmin " method ="POST ">
20
20
< h2 class ="form-signin-heading "> Please sign in</ h2 >
21
21
< label for ="inputEmail " class ="sr-only "> Email address</ label >
22
22
< input type ="email " id ="inputEmail " class ="form-control " placeholder ="Email address " required ="" autofocus ="" name ="mail " />
Original file line number Diff line number Diff line change 4
4
* and open the template in the editor.
5
5
*/
6
6
7
- var serverURL = "176.31.1.146:8080/webapp2 " ;
7
+ var serverURL = "176.31.1.146:8080/webapp " ;
8
8
9
9
function initReservationEdit ( ) {
10
10
getReservationList ( ) ;
Original file line number Diff line number Diff line change 2
2
3
3
// this file is made to control all the interactions from the "Salles" section of the webpage
4
4
5
- var serverURL = "176.31.1.146:8080/webapp2 " ;
5
+ var serverURL = "176.31.1.146:8080/webapp " ;
6
6
7
7
// REST api -> GET
8
8
function getRoomList ( ) {
Original file line number Diff line number Diff line change 2
2
3
3
// this file is made to control all the interactions from the "Sites" section of the webpage
4
4
5
- var serverURL = "176.31.1.146:8080/webapp2 " ;
5
+ var serverURL = "176.31.1.146:8080/webapp " ;
6
6
7
7
// REST api -> GET
8
8
function getSiteList ( ) {
Original file line number Diff line number Diff line change 2
2
3
3
// this file is made to control all the interactions from the "Utilisateurs" section of the webpage
4
4
5
- var serverURL = "176.31.1.146:8080/webapp2 " ;
5
+ var serverURL = "176.31.1.146:8080/webapp " ;
6
6
7
7
// REST api -> GET
8
8
function getUserList ( ) {
You can’t perform that action at this time.
0 commit comments