dialogs: new appearance

This commit is contained in:
muerwre 2018-12-07 09:47:35 +07:00
parent fc5b6009cb
commit 78216ee94e
5 changed files with 25 additions and 9 deletions

View file

@ -16,7 +16,7 @@ const RouteSchema = new Schema(
created_at: { type: Date, default: Date.now() },
updated_at: { type: Date, default: Date.now() },
logo: { type: String, default: 'DEFAULT' },
map_style: { type: String, default: 'DEFAULT' },
provider: { type: String, default: 'DEFAULT' },
},
);