Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wp-mat
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Noblogs
wp-mat
Commits
7fe7e3cf
Commit
7fe7e3cf
authored
1 year ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Fix default WP_MAT_ENDPOINT
parent
c851394c
No related branches found
Branches containing commit
Tags
v0.0.6
Tags containing commit
No related merge requests found
Pipeline
#54096
passed
1 year ago
Stage: release
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wp-mat.php
+2
-2
2 additions, 2 deletions
wp-mat.php
with
2 additions
and
2 deletions
wp-mat.php
+
2
−
2
View file @
7fe7e3cf
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment