ADD prefix to all API controllers
This commit is contained in:
@@ -5,7 +5,7 @@ meta {
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{base_url}}/process/{{video_uuid}}
|
||||
url: {{base_url}}/api/v1/process/{{video_uuid}}
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user