This commit is contained in:
JMARyA 2024-09-13 22:44:35 +02:00
parent 84cf6a0dda
commit 8a8462e1ea
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 1 additions and 4 deletions

View file

@ -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

View file

@ -27,7 +27,6 @@ class API {
this.instance = instance;
}
// todo : rework with auth
String instance = "";
Future<String> getRequest(String url) async {

View file

@ -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});