mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
dialogs: new appearance
This commit is contained in:
parent
fc5b6009cb
commit
78216ee94e
5 changed files with 25 additions and 9 deletions
|
@ -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' },
|
||||
},
|
||||
);
|
||||
|
||||
|
|
|
@ -131,7 +131,7 @@ const run = async () => {
|
|||
owner: { _id: login },
|
||||
created_at,
|
||||
updated_at: created_at,
|
||||
map_style: mapStyleParser(map_style),
|
||||
provider: mapStyleParser(map_style),
|
||||
route,
|
||||
stickers: [
|
||||
...stickersParser(stickers),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue