Skip to content

Commit

Permalink
chore(module): split oauth as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Alice52 committed Sep 15, 2023
1 parent befbe8d commit 009db2e
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 384 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ url = [email protected]:Alice52/grpc-tutorial.git
[submodule "optimize"]
path = optimize
url = [email protected]:Alice52/optimize.git
[submodule "oauth"]
path = oauth
url = [email protected]:Alice52/oauth-tutorial.git
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"mq": true,
"rpc": true,
"job": true,
"oauth": true,
"rpc/grpc": true,
"optimize": true,
"repo.code-workspace": false
Expand Down
266 changes: 0 additions & 266 deletions common/oauth/jwt-token.md

This file was deleted.

116 changes: 0 additions & 116 deletions common/oauth/oauth.md

This file was deleted.

Loading

0 comments on commit 009db2e

Please sign in to comment.