Skip to content

Commit

Permalink
Updated URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Oct 24, 2024
1 parent 8c8bf85 commit afed78a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
18 changes: 2 additions & 16 deletions server/development.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,9 @@ FASTIFY.server.get('/dev/android/v1/startup/message', async (_, reply) => {
build_max: 1,
build_min: null,
message_id: 'DEV-ANDROID-0082',
message_url: 'https://alpha.carrismetropolitana.pt/app-android/startup/message-1',
message_url: 'https://cmet.pt/app-navegante-android/startup/default',
presentation_type: 'breaking',
},
{
build_max: 1,
build_min: 2,
message_id: 'DEV-ANDROID-0005',
message_url: 'https://alpha.carrismetropolitana.pt/app-android/startup/message-1',
presentation_type: 'changelog',
},
]);
});

Expand All @@ -35,15 +28,8 @@ FASTIFY.server.get('/dev/ios/v1/startup/message', async (_, reply) => {
build_max: 1,
build_min: null,
message_id: 'DEV-IOS-0082',
message_url: 'https://alpha.carrismetropolitana.pt/app-ios/startup/message-1',
message_url: 'https://cmet.pt/app-navegante-ios/startup/default',
presentation_type: 'breaking',
},
{
build_max: 1,
build_min: 2,
message_id: 'DEV-IOS-0005',
message_url: 'https://alpha.carrismetropolitana.pt/app-ios/startup/message-1',
presentation_type: 'changelog',
},
]);
});
4 changes: 2 additions & 2 deletions server/production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FASTIFY.server.get('/android/v1/startup/message', async (_, reply) => {
build_max: 37,
build_min: null,
message_id: 'PROD-ANDROID-0082',
message_url: 'https://cmet.pt/app-android/startup/message-1',
message_url: 'https://cmet.pt/app-navegante-android/startup/default',
presentation_type: 'breaking',
},
]);
Expand All @@ -28,7 +28,7 @@ FASTIFY.server.get('/ios/v1/startup/message', async (_, reply) => {
build_max: 34,
build_min: null,
message_id: 'PROD-IOS-0082',
message_url: 'https://cmet.pt/app-ios/startup/message-1',
message_url: 'https://cmet.pt/app-navegante-ios/startup/default',
presentation_type: 'breaking',
},
]);
Expand Down

0 comments on commit afed78a

Please sign in to comment.