INNER CODE UNIT · JavaScript

newURL

nicholasjackson/fake-service · ui/src/App.js:53

      newURL = newURL + path;
    }

    this.setState({ url: newURL, refresh: new Date().getMilliseconds() });
  }

  render() {
    return (
      <div className="App">
        <Navbar bg="light" fixed="top">
          <Container className='align-middle'>
            <Navbar.Brand>
              <img src="server.png" className="d-inline-block align-top App-logo" alt="server"/>
              <div className='d-inline-block App-header-text'>Fake Service</div>
            </Navbar.Brand>
            <Navbar.Toggle />
            <Navbar.Collapse>
              <Form className="form-custom align-middle">

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…