Skip to content

Commit 1091801

Browse files
committed
Update APP_NAME constant in Index.ts to reflect new application name
1 parent cc8c3f7 commit 1091801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

App/Index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import App from "Common/Server/Utils/StartServer";
1515
import Telemetry from "Common/Server/Utils/Telemetry";
1616
import "ejs";
1717

18-
const APP_NAME: string = "app";
18+
const APP_NAME: string = "api";
1919

2020
const init: PromiseVoidFunction = async (): Promise<void> => {
2121
try {

0 commit comments

Comments
 (0)