Skip to content

Commit ddf5a4c

Browse files
committed
updated notifications REST url
1 parent 64aceee commit ddf5a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modula.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
define( 'MODULA_URL', plugin_dir_url( __FILE__ ) );
5353
defined( 'MODULA_PRO_STORE_URL' ) || define( 'MODULA_PRO_STORE_URL', 'https://wp-modula.com' );
5454
defined( 'MODULA_PRO_STORE_UPGRADE_URL' ) || define( 'MODULA_PRO_STORE_UPGRADE_URL', 'https://wp-modula.com/pricing' );
55-
define( 'MODULA_REMOTE_NOTIFICATIONS_URL', 'https://dev.tamewp.com/wp-json/custom/v1/notifications' );
55+
define( 'MODULA_REMOTE_NOTIFICATIONS_URL', 'https://wp-modula.com/wp-json/notifications/v1/get' );
5656
define( 'MODULA_FILE', plugin_basename( __FILE__ ) );
5757

5858
define( 'MODULA_LITE_TRANSLATE', dirname( plugin_basename( __FILE__ ) ) . '/languages' );

0 commit comments

Comments
 (0)