mirror of
https://github.com/foss42/apidash.git
synced 2025-12-08 05:59:15 +08:00
added template to initialise the request URL string
This commit is contained in:
@@ -21,4 +21,8 @@ public class Main {
|
||||
public static void main(String[] args) {
|
||||
''';
|
||||
|
||||
final String kTemplateUrl = '''
|
||||
final String requestURL = "{{url}}";\n
|
||||
''';
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user