nameId → name_id

This commit is contained in:
tamaina 2018-04-14 23:34:40 +09:00
parent cd7dee8224
commit fc54f347b2

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';