Fix a typo

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-05-21 14:30:26 +09:00
parent 14288b4295
commit a6d4243785

View File

@ -14,7 +14,7 @@ $(document).ready(() => {
}, },
computed: { computed: {
endpoint: function() { endpoint: function() {
return '/api/setting/' + this.id; return '/api/settings/' + this.id;
} }
}, },
methods: { methods: {