mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-30 06:29:23 +02:00
shorten share links and add migration
This commit is contained in:
parent
c64eee82e7
commit
99680034a2
12 changed files with 231 additions and 63 deletions
|
@ -566,3 +566,8 @@ authRouter.post(
|
|||
"/resource/:resourceId/access-token",
|
||||
resource.authWithAccessToken
|
||||
);
|
||||
|
||||
authRouter.post(
|
||||
"/access-token",
|
||||
resource.authWithAccessToken
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue