fix
This commit is contained in:
parent
84cf6a0dda
commit
8a8462e1ea
3 changed files with 1 additions and 4 deletions
|
@ -9,4 +9,4 @@ RUN flutter build web
|
|||
|
||||
# Create the run-time image
|
||||
FROM nginx:1.21.1-alpine
|
||||
COPY --from=build-env /app/build/web /usr/share/nginx/html/web
|
||||
COPY --from=build-env /app/build/web /usr/share/nginx/html
|
||||
|
|
|
@ -27,7 +27,6 @@ class API {
|
|||
this.instance = instance;
|
||||
}
|
||||
|
||||
// todo : rework with auth
|
||||
String instance = "";
|
||||
|
||||
Future<String> getRequest(String url) async {
|
||||
|
|
|
@ -26,8 +26,6 @@ class MyApp extends StatelessWidget {
|
|||
}
|
||||
}
|
||||
|
||||
// todo : add setup with instance and token auth (api)
|
||||
|
||||
class StatsPage extends StatelessWidget {
|
||||
const StatsPage({super.key});
|
||||
|
||||
|
|
Loading…
Reference in a new issue