• B
    Fix grammar in API routes: Introduction (#19385) · 532a5bcc
    Balázs Orbán 提交于
    For an API route to work, you need to `export as default a function` (a.k.a **request handler**), which then receives the following parameters:
    For an API route to work, you need to `export a function as default` (a.k.a **request handler**), which then receives the following parameters:
    
    
    I might be wrong though (not a native English speaker), it just sounds strange to my ears.
    532a5bcc
introduction.md 3.3 KB