Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/EOEPCA/um-identity-api i…
Browse files Browse the repository at this point in the history
…nto develop
  • Loading branch information
daniel-pimenta-DME committed Nov 22, 2023
2 parents 0a869ee + 7dea166 commit d58df5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/routers/clients_resources.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from typing import List

from fastapi import APIRouter
from fastapi import APIRouter, HTTPException

from app.keycloak_client import keycloak
from app.log import logger
from app.models.policies import PolicyType
from app.models.resources import Resource
from app.routers.resources import get_resources
Expand Down
Empty file added um-identity-api.log
Empty file.

0 comments on commit d58df5e

Please sign in to comment.