mirror of
https://github.com/foss42/apidash.git
synced 2025-05-31 14:23:45 +08:00
Fixes
This commit is contained in:
@ -234,7 +234,7 @@ enum CodegenLanguage {
|
||||
dartHttp("Dart (http)", "dart", "dart"),
|
||||
kotlinOkHttp("Kotlin (okhttp3)", "java", "kt"),
|
||||
pythonHttpClient("Python (http.client)", "python", "py"),
|
||||
pythonRequests("Python (requests)");
|
||||
pythonRequests("Python (requests)", "python", "py");
|
||||
|
||||
const CodegenLanguage(this.label, this.codeHighlightLang, this.ext);
|
||||
final String label;
|
||||
|
Reference in New Issue
Block a user