Skip to content

Commit 0699c72

Browse files
author
Zahrun
committed
URL webapp
1 parent ef8bc3d commit 0699c72

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

webapp/src/java/globals/Globals.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
* @author Aroun
1212
*/
1313
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";
1515
}

webapp/web/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</head>
1717
<body>
1818
<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">
2020
<h2 class="form-signin-heading">Please sign in</h2>
2121
<label for="inputEmail" class="sr-only">Email address</label>
2222
<input type="email" id="inputEmail" class="form-control" placeholder="Email address" required="" autofocus="" name="mail" />

webapp/web/js/reservations.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* and open the template in the editor.
55
*/
66

7-
var serverURL="176.31.1.146:8080/webapp2";
7+
var serverURL="176.31.1.146:8080/webapp";
88

99
function initReservationEdit(){
1010
getReservationList();

webapp/web/js/rooms.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// this file is made to control all the interactions from the "Salles" section of the webpage
44

5-
var serverURL="176.31.1.146:8080/webapp2";
5+
var serverURL="176.31.1.146:8080/webapp";
66

77
// REST api -> GET
88
function getRoomList() {

webapp/web/js/sites.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// this file is made to control all the interactions from the "Sites" section of the webpage
44

5-
var serverURL="176.31.1.146:8080/webapp2";
5+
var serverURL="176.31.1.146:8080/webapp";
66

77
// REST api -> GET
88
function getSiteList() {

webapp/web/js/users.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// this file is made to control all the interactions from the "Utilisateurs" section of the webpage
44

5-
var serverURL="176.31.1.146:8080/webapp2";
5+
var serverURL="176.31.1.146:8080/webapp";
66

77
// REST api -> GET
88
function getUserList() {

0 commit comments

Comments
 (0)