Skip to content

Commit

Permalink
fix(server): fix open api validation errors (#285)
Browse files Browse the repository at this point in the history
* delete hubs from open api spec

Signed-off-by: Aleksandrs Vaguscenko <aleksandrs.vaguscenko@gmail.com>

* fix(client): codegen

Signed-off-by: Aleksandrs Vaguscenko <aleksandrs.vaguscenko@gmail.com>

* fix(server): remove obsolete nunit verifier in analyzer tests project

Signed-off-by: Aleksandrs Vaguscenko <aleksandrs.vaguscenko@gmail.com>

---------

Signed-off-by: Aleksandrs Vaguscenko <aleksandrs.vaguscenko@gmail.com>
  • Loading branch information
Alequez97 authored Dec 8, 2024
1 parent adbb470 commit b7d1507
Show file tree
Hide file tree
Showing 55 changed files with 15 additions and 2,034 deletions.
20 changes: 0 additions & 20 deletions GomokuClient/packages/gomoku-api/client/hooks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,3 @@ export * from "./usePostApiGameAnonymous";
export * from "./usePostApiGameAnonymousGameidJoin";
export * from "./usePostApiGameRegistered";
export * from "./usePostApiGameRegisteredGameidJoin";
export * from "./usePostGamehubAnonymousApproverematch";
export * from "./usePostGamehubAnonymousApproveundo";
export * from "./usePostGamehubAnonymousGetclock";
export * from "./usePostGamehubAnonymousJoingamegroup";
export * from "./usePostGamehubAnonymousMakemove";
export * from "./usePostGamehubAnonymousRequestrematch";
export * from "./usePostGamehubAnonymousRequestundo";
export * from "./usePostGamehubAnonymousResign";
export * from "./usePostGamehubAnonymousSendinvitationtoplay";
export * from "./usePostGamehubAnonymousSendmessage";
export * from "./usePostGamehubRegisteredApproverematch";
export * from "./usePostGamehubRegisteredApproveundo";
export * from "./usePostGamehubRegisteredGetclock";
export * from "./usePostGamehubRegisteredJoingamegroup";
export * from "./usePostGamehubRegisteredMakemove";
export * from "./usePostGamehubRegisteredRequestrematch";
export * from "./usePostGamehubRegisteredRequestundo";
export * from "./usePostGamehubRegisteredResign";
export * from "./usePostGamehubRegisteredSendinvitationtoplay";
export * from "./usePostGamehubRegisteredSendmessage";

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b7d1507

Please sign in to comment.