mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 01:07:09 +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: {
|
computed: {
|
||||||
endpoint: function() {
|
endpoint: function() {
|
||||||
return '/api/setting/' + this.id;
|
return '/api/settings/' + this.id;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
Loading…
Reference in New Issue
Block a user