7 lines
95 B
Dart
7 lines
95 B
Dart
class ApiUrls {
|
|
static const baseUrl = "";
|
|
|
|
static const getfaq = "${baseUrl}faq-tags";
|
|
|
|
}
|