mirror of
https://github.com/flutter/samples.git
synced 2025-11-09 06:18:49 +00:00
[compass_app/server] Misc consistency improvements (#2539)
This commit is contained in:
@@ -4,10 +4,11 @@
|
||||
|
||||
import 'dart:convert';
|
||||
|
||||
import 'package:compass_server/config/constants.dart';
|
||||
import 'package:shelf/shelf.dart';
|
||||
import 'package:shelf_router/shelf_router.dart';
|
||||
|
||||
import '../config/constants.dart';
|
||||
|
||||
/// Implements a simple user API.
|
||||
///
|
||||
/// This API only returns a hardcoded user for demonstration purposes.
|
||||
|
||||
Reference in New Issue
Block a user