mirror of
https://github.com/foss42/apidash.git
synced 2025-09-20 20:19:16 +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