Make backend and frontend work together well, and add datasets/ page to frontend
This commit is contained in:
parent
6f551a83bf
commit
50b670916b
8 changed files with 107 additions and 5 deletions
|
|
@ -37,7 +37,7 @@ async fn main() -> anyhow::Result<()> {
|
|||
get(Html(GraphiQLSource::build().endpoint("/graphql").finish())),
|
||||
);
|
||||
|
||||
let addr = SocketAddr::from(([127, 0, 0, 1], 3000));
|
||||
let addr = SocketAddr::from(([0, 0, 0, 0], 3000));
|
||||
println!("listening on http://{}", addr);
|
||||
|
||||
axum::serve(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue