Problem in serving static asset

Tell us what’s happening:
I tried to do what’s listed , i even copy-pasted the ans to verify from get hint option but live app page shows error Not Found .
I have tried the given code from get hint option too, help please.
Here is invite to edit my glitchApp:

My code so far
// Normal usage
app.use(express.static(__dirname + “/public”));

// Assets at the /assets route
app.use("/assets", express.static(__dirname + “/public”));

Challenge: Serve Static Assets

Link to the challenge:

Thanks for giving time

Hey,
I do not know what’s in the hint

From challenge description
app.use(path, middlewareFunction)

  1. The first path argument is optional. If you don’t pass it, the middleware will be executed for all requests.
  2. Mount the express.static() middleware for all requests

Is glitch saving the result? :thinking: :grimacing: I just uncommented previous challenge too, we’re getting style here right? you need something to apply it to… seems to work