Serving frontend from the forge agent server (#5252)

This commit is contained in:
Swifty
2023-09-18 16:27:03 +02:00
committed by GitHub
parent 7875cb67ec
commit 8b3a915b2f
6 changed files with 19 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ class ApiBaseUrlField extends StatelessWidget {
children: [
ElevatedButton(
onPressed: () {
controller.text = 'http://127.0.0.1:8000';
controller.text = 'http://127.0.0.1:8000/api/v1';
apiSettingsViewModel.updateBaseURL(controller.text);
},
style: ElevatedButton.styleFrom(