Skip to content

Commit

Permalink
Update client ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Moschkin committed Feb 11, 2024
1 parent 98077de commit a11fa60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/logic/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { getCollaborationById_sqlite, postOrPutBossBattle_sqlite, postOrPutSolve
require('dotenv').config();

const JWT_SECRET = process.env.JWT_SECRET || 'not_very_secret';
const CLIENT_API = 15;
const CLIENT_API = 22;

export class ApiResult {
Status: number = 200;
Expand Down

0 comments on commit a11fa60

Please sign in to comment.