Rename studio to editor

This commit is contained in:
Chocobozzz
2022-03-22 16:58:49 +01:00
parent 1808a1f8e4
commit 92e66e04f7
81 changed files with 368 additions and 370 deletions

View File

@@ -85,7 +85,7 @@ server {
try_files /dev/null @api;
}
location ~ ^/api/v1/videos/(upload|([^/]+/editor/edit))$ {
location ~ ^/api/v1/videos/(upload|([^/]+/studio/edit))$ {
limit_except POST HEAD { deny all; }
# This is the maximum upload size, which roughly matches the maximum size of a video file.