API working
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ get '/api/v1/video' => sub {
|
||||
}
|
||||
|
||||
return $ref;
|
||||
}
|
||||
};
|
||||
|
||||
get '/api/v1/video/:video' => sub {
|
||||
my $video = route_parameters->get("video");
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ plugins:
|
||||
host: 'mariadb'
|
||||
port: 3306
|
||||
username: 'videodetect'
|
||||
password: 'videodetect123'
|
||||
password: 'changeme_videodetect'
|
||||
connection_check_threshold: 10
|
||||
dbi_params:
|
||||
RaiseError: 1
|
||||
|
||||
Reference in New Issue
Block a user