You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -45,14 +45,14 @@ Please make sure that [Node.js](https://nodejs.org/) (>= 10.18.1) is installed o
45
45
46
46
## Project structure
47
47
48
-
```
48
+
<pre>
49
49
├── src
50
50
│ ├── controllers/ --- Server controllers
51
51
│ ├── services/ --- Server services
52
52
│ ├── config.ts --- About Environments variable
53
53
│ ├── main.ts --- Entry file
54
-
│ └── routes.ts --- Configs for routing controllers
55
-
```
54
+
│ └── routes.ts --- Configs for routing controllers <ahref="#Routing">👉 Routing</a>
55
+
</pre>
56
56
57
57
## Installation
58
58
@@ -130,7 +130,7 @@ See [Merge Test](https://github.com/pdsuwwz/puppeteer-server/blob/main/__test__/
130
130
131
131
In order to make the routing information more readable and transparent, the form of configuration is adopted here.
132
132
133
-
You can create an `array` and then write the routing meta information into the `array`, and reuse it in the `src/routes.ts`
133
+
You can create an `array` and then write the routing meta information into the `array`, and reuse it in the [src/routes.ts](https://github.com/pdsuwwz/puppeteer-server/blob/main/src/routes.ts)
0 commit comments