mirror of
https://github.com/actix/examples
synced 2025-06-27 09:29:02 +02:00
update async-graphql example
This commit is contained in:
@ -40,7 +40,8 @@ async fn main() -> io::Result<()> {
|
||||
// Create Juniper schema
|
||||
let schema = Arc::new(create_schema());
|
||||
|
||||
log::info!("starting HTTP server at http://localhost:8080");
|
||||
log::info!("starting HTTP server on port 8080");
|
||||
log::info!("GraphiQL playground: http://localhost:8080/graphiql");
|
||||
|
||||
// Start HTTP server
|
||||
HttpServer::new(move || {
|
||||
|
Reference in New Issue
Block a user