mirror of
https://github.com/foss42/apidash.git
synced 2025-05-23 01:06:46 +08:00
refactoring
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import 'package:apidash/codegen/C/curl.dart';
|
||||
import 'package:apidash/models/models.dart' show RequestModel;
|
||||
import 'package:apidash/consts.dart';
|
||||
import 'package:apidash/utils/utils.dart' show getNewUuid;
|
||||
import 'c/curl.dart';
|
||||
import 'dart/http.dart';
|
||||
import 'dart/dio.dart';
|
||||
import 'go/http.dart';
|
||||
@ -81,7 +81,7 @@ class Codegen {
|
||||
case CodegenLanguage.phpGuzzle:
|
||||
return PhpGuzzleCodeGen().getCode(rM);
|
||||
case CodegenLanguage.cCurlCodeGen:
|
||||
return cCurlCodeGen().getCode(rM);
|
||||
return CCurlCodeGen().getCode(rM);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user