Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contemplando projeto com upgrade de frameworks #4

Merged
merged 6 commits into from
Jan 17, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removendo informações fixas
msoares94 committed Sep 16, 2024
commit d3979f410dfbf3db39bf043872d2f548b1a0a390
4 changes: 2 additions & 2 deletions src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const environment = {
production: true,
YOUR_ACCESS_TOKEN: '46e5a5c4aa99fe6107071b04f3b6a9',
YOUR_ACCESS_TOKEN: '',
appversion: '0.0.87',
cities: { name: 'Treinamento', url: 'https://treinamento.idiario.net.br', support_url: '' }
cities: { name: '', url: '', support_url: '' }
};
4 changes: 2 additions & 2 deletions src/environments/environment.ts
Original file line number Diff line number Diff line change
@@ -4,9 +4,9 @@

export const environment = {
production: false,
YOUR_ACCESS_TOKEN: '46e5a5c4aa99fe6107071b04f3b6a9',
YOUR_ACCESS_TOKEN: '',
appversion: '0.0.87',
cities: { name: 'Treinamento', url: 'https://treinamento.idiario.net.br', support_url: '' }
cities: { name: '', url: '', support_url: '' }
};

/*