Skip to content

Commit

Permalink
Fixed the import API auth permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
computate committed Jan 21, 2025
1 parent c63ce1d commit 99b977b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/org/computate/frFR/java/IndexerClasse.java
Original file line number Diff line number Diff line change
Expand Up @@ -6226,13 +6226,15 @@ else if(StringUtils.contains(classeApiMethode, i18nGlobale.getString(I18n.var_Re
wSmartDataModel.l(" * POST:");
wSmartDataModel.l(" * PATCH:");
wSmartDataModel.l(" * GET:");
wSmartDataModel.l(" * PUT:");
wSmartDataModel.l(" * DELETE:");
wSmartDataModel.l(" * SuperAdmin:");
wSmartDataModel.l(" * Admin:");
wSmartDataModel.l(" * Admin:");
wSmartDataModel.l(" * POST:");
wSmartDataModel.l(" * PATCH:");
wSmartDataModel.l(" * GET:");
wSmartDataModel.l(" * PUT:");
wSmartDataModel.l(" * DELETE:");
wSmartDataModel.l(" * Admin:");
wSmartDataModel.l(" **/");
Expand Down

0 comments on commit 99b977b

Please sign in to comment.