Skip to content
Snippets Groups Projects
Commit 7fe7e3cf authored by ale's avatar ale
Browse files

Fix default WP_MAT_ENDPOINT

parent c851394c
No related branches found
Tags v0.0.6
No related merge requests found
Pipeline #54096 passed
......@@ -3,7 +3,7 @@
* Plugin Name: wp-mat
* Plugin URI: https://git.autistici.org/noblogs/wp-mat
* Description: Process uploaded files through MAT
* Version: 0.0.5
* Version: 0.0.6
* Author: Autistici/Inventati
* Author URI: https://www.autistici.org/
* License: MIT
......@@ -11,7 +11,7 @@
*/
if (!defined("WP_MAT_ENDPOINT")) {
define("WP_MAT_ENDPOINT", "http://localhost:7111");
define("WP_MAT_ENDPOINT", "http://localhost:7111/api/cleanup");
}
// Check if the mime type is one of those we want to clean up.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment