We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6319813 commit fadc4f8Copy full SHA for fadc4f8
lib/src/connector/course_connector.dart
@@ -55,7 +55,7 @@ class CourseConnector {
55
String value = node.attributes['value'];
56
data[name] = value;
57
}
58
- String jumpUrl = "https://app.ntut.edu.tw/${tagNode.getElementsByTagName("form")[0].attributes["action"]}";
+ String jumpUrl = "${NTUTConnector.host}${tagNode.getElementsByTagName("form")[0].attributes["action"]}";
59
parameter = ConnectorParameter(jumpUrl);
60
parameter.data = data;
61
final response = await Connector.getDataByPostResponse(parameter);
0 commit comments