7 lines
159 B
Dart
7 lines
159 B
Dart
// talks to the DB itself
|
|
// TODO: mock for now!
|
|
|
|
class QuoteRepository {
|
|
final String _dbBaseUrl = 'https://hlaskovnik-reimagined-latest.onrender.com';
|
|
|
|
} |