Implement base controller for shared functionality; update existing controllers to inherit from BaseController and adjust user ID handling. Add JWT authentication support and modify item retrieval methods in GameDataController.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -6,4 +6,6 @@ appsettings.Development.json
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
*.csproj.user
|
||||
*.csproj.user
|
||||
|
||||
game-data
|
Reference in New Issue
Block a user