Added a very basic metric API. Closes #4
This commit is contained in:
committed by
James Brooks
parent
99964998ec
commit
cfd3df4266
@@ -71,6 +71,11 @@ return [
|
||||
'success' => 'Point de mesure créé.',
|
||||
'failure' => 'Il s\'est passé quelque chose avec ce point de mesure.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Edit a metric',
|
||||
'success' => 'Metric updated.',
|
||||
'failure' => 'Something went wrong with the metric.',
|
||||
],
|
||||
],
|
||||
|
||||
// Team
|
||||
|
||||
Reference in New Issue
Block a user