mirror of
https://github.com/foss42/apidash.git
synced 2025-07-15 00:52:22 +08:00
changed library name
This commit is contained in:
@ -291,7 +291,7 @@ enum CodegenLanguage {
|
||||
javaHttpClient("Java (HttpClient)", "java", "java"),
|
||||
juliaHttp("Julia (HTTP)", "julia", "jl"),
|
||||
phpGuzzle("PHP (guzzle)", "php", "php"),
|
||||
phpCurl("PHP (curl)", "php", "php");
|
||||
phpCurl("PHP (cURL)", "php", "php");
|
||||
|
||||
const CodegenLanguage(this.label, this.codeHighlightLang, this.ext);
|
||||
final String label;
|
||||
|
Reference in New Issue
Block a user