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

@@ -36,7 +36,7 @@ void main() async {
MultiProvider(
providers: [
Provider(
create: (context) => RestApiUtility("http://127.0.0.1:8000"),
create: (context) => RestApiUtility("http://127.0.0.1:8000/api/v1"),
),
ProxyProvider<RestApiUtility, ChatService>(
update: (context, restApiUtility, chatService) =>