nameId → name_id

This commit is contained in:
tamaina 2018-04-14 23:34:40 +09:00
parent 4cc38ce026
commit 101492bb80

View file

@ -77,7 +77,7 @@ export default Vue.extend({
this.nidState = 'wait';
(this as any).api('app/nameId/available', {
(this as any).api('app/name_id/available', {
nameId: this.nid
}).then(result => {
this.nidState = result.available ? 'ok' : 'unavailable';