Skip to content

Commit 4a9ff3c

Browse files
committed
auth server name update
1 parent cca0145 commit 4a9ff3c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

NPM-README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Available server types are:
1818

1919
* [Payment Server](https://github.com/open-template-hub/payment-server-template)
2020
* [Basic Info Server](https://github.com/open-template-hub/basic-info-server-template)
21-
* [Auth Server](https://github.com/open-template-hub/auth-server-nodejs-template)
21+
* [Auth Server](https://github.com/open-template-hub/auth-server-template)
2222
* [File Storage Server](https://github.com/open-template-hub/file-storage-server-template)
2323
* [Analytics Server](https://github.com/open-template-hub/analytics-server-template)
2424
* [Mail Server](https://github.com/open-template-hub/mail-server-template)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Available server types are:
2424

2525
* [Payment Server](https://github.com/open-template-hub/payment-server-template)
2626
* [Basic Info Server](https://github.com/open-template-hub/basic-info-server-template)
27-
* [Auth Server](https://github.com/open-template-hub/auth-server-nodejs-template)
27+
* [Auth Server](https://github.com/open-template-hub/auth-server-template)
2828
* [File Storage Server](https://github.com/open-template-hub/file-storage-server-template)
2929
* [Analytics Server](https://github.com/open-template-hub/analytics-server-template)
3030
* [Mail Server](https://github.com/open-template-hub/mail-server-template)

src/constant.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const BRANCH_NAME = 'master';
1313

1414
export const ProjectName = {
1515
PaymentServer: 'payment-server-template',
16-
AuthServer: 'auth-server-nodejs-template',
16+
AuthServer: 'auth-server-template',
1717
BasicInfoServer: 'basic-info-server-template',
1818
FileStorageServer: 'file-storage-server-template',
1919
AnalyticsServer: 'analytics-server-template',
@@ -22,7 +22,7 @@ export const ProjectName = {
2222

2323
export const PackageName = {
2424
PaymentServer: 'payment-server-template',
25-
AuthServer: 'auth-server-nodejs-template',
25+
AuthServer: 'auth-server-template',
2626
BasicInfoServer: 'basic-info-server-template',
2727
FileStorageServer: 'file-storage-server-template',
2828
AnalyticsServer: 'analytics-server-template',

0 commit comments

Comments
 (0)