From 5762d080adfad5136818aa6632717eed56ced49d Mon Sep 17 00:00:00 2001 From: Christian Connert Date: Wed, 10 Jul 2019 11:58:08 +0200 Subject: [PATCH] Corrected checkppolicy url --- resources/static/js/ppolicy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/static/js/ppolicy.js b/resources/static/js/ppolicy.js index 8e9ef25..8c3e5ce 100644 --- a/resources/static/js/ppolicy.js +++ b/resources/static/js/ppolicy.js @@ -6,7 +6,7 @@ $('#form').validator({ }; var $ret = 'PPolicy error'; $.ajax({ - url: '/checkppolicy', + url: './checkppolicy', type: 'POST', dataType: 'json', async: false,