mirror of
https://github.com/foss42/apidash.git
synced 2025-12-10 07:08:08 +08:00
Add APIType.rest
This commit is contained in:
@@ -24,7 +24,7 @@ class RequestEditorTopBar extends ConsumerWidget {
|
||||
child: Row(
|
||||
children: [
|
||||
DropdownButtonAPIType(
|
||||
apiType: APIType.http,
|
||||
apiType: APIType.rest,
|
||||
onChanged: (apiType) {},
|
||||
),
|
||||
kHSpacer10,
|
||||
|
||||
Reference in New Issue
Block a user