Browse Source

chemin shake

Sniperovitch 8 years ago
parent
commit
df2500731f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      public/index.html

+ 2 - 2
public/index.html

@@ -26,7 +26,7 @@
     </div>
 
     <div class="éditer">
-	<form action="shake" method="get">
+	<form action="/bartender/shake" method="get">
 	<div class="form-group hidden">
 	    <label for="projetId">Identifiant:</label>
 	    <input type="text" class="form-control" id="projetId" name="projetId" value="abro-tele2" placeholder="">
@@ -79,7 +79,7 @@
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
 <script>
 $(document).ready(function() {
-    jQuery.get('/bartender//status?dossier=abroretention&projetId=abro-tele2', function(data) {
+    jQuery.get('/bartender/status?dossier=abroretention&projetId=abro-tele2', function(data) {
         $("#statusmsg").html(data["text"]);
     });
 });