ADD prefix to all API controllers

This commit is contained in:
2025-05-19 14:52:39 +02:00
parent d24a6fccab
commit c0cb38d48e
9 changed files with 15 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ meta {
}
post {
url: {{base_url}}/upload
url: {{base_url}}/api/v1/upload
body: multipartForm
auth: inherit
}