mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-11 16:57:11 +02:00
Fix a typo
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
14288b4295
commit
a6d4243785
@ -14,7 +14,7 @@ $(document).ready(() => {
|
||||
},
|
||||
computed: {
|
||||
endpoint: function() {
|
||||
return '/api/setting/' + this.id;
|
||||
return '/api/settings/' + this.id;
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
Loading…
Reference in New Issue
Block a user