summaryrefslogtreecommitdiff
path: root/src/client/app/dev
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/app/dev')
-rw-r--r--src/client/app/dev/views/new-app.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/dev/views/new-app.vue b/src/client/app/dev/views/new-app.vue
index a3d7af4b97..b293b03752 100644
--- a/src/client/app/dev/views/new-app.vue
+++ b/src/client/app/dev/views/new-app.vue
@@ -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';