Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

Commit 185a185

Browse files
author
Guillaume
committed
Rename EndpointPrefix to "Api prefix" in list details and set v1.2.1
1 parent 779b544 commit 185a185

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mockoon/cli",
33
"description": "Mockoon's CLI. Deploy your mock APIs anywhere.",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"author": {
66
"name": "Guillaume Monnet",
77
"email": "[email protected]",

src/libs/utils.ts

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export const logProcesses = (processes: ProcessDescription[]): void => {
5050
},
5151
endpointPrefix: {
5252
minWidth: 25,
53+
header: 'API prefix',
5354
get: (row) =>
5455
configProcesses.find((data) => data.name === row.name)?.endpointPrefix
5556
}

0 commit comments

Comments
 (0)