mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix tests
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
function pollNotifications(){
|
||||
$.ajax({
|
||||
type: "POST",
|
||||
url: "{{ path('get_notifications') }}",
|
||||
url: "{{ path('list_notifications') }}",
|
||||
dataType: 'json',
|
||||
data: {
|
||||
module : 3,
|
||||
|
Reference in New Issue
Block a user