mirror of
https://github.com/foss42/apidash.git
synced 2025-12-09 23:02:21 +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) {
|
public static void main(String[] args) {
|
||||||
''';
|
''';
|
||||||
|
|
||||||
|
final String kTemplateUrl = '''
|
||||||
|
final String requestURL = "{{url}}";\n
|
||||||
|
''';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user