X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fcontrollers%2Fapi%2Foauth-clients.ts;h=4990fb0df2f6767e0568e4669e951841b3a162ef;hb=f82416cc58f6c1d0496935e815f3fcb2fdda88ea;hp=f95f06864dbef3cb857e71a8ebc6b7818dd1bf4c;hpb=ac27887774e63d99f4e227fbe18846f143cc4b3c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/controllers/api/oauth-clients.ts b/server/controllers/api/oauth-clients.ts index f95f06864..4990fb0df 100644 --- a/server/controllers/api/oauth-clients.ts +++ b/server/controllers/api/oauth-clients.ts @@ -1,4 +1,4 @@ -import * as express from 'express' +import express from 'express' import { OAuthClientLocal } from '../../../shared' import { HttpStatusCode } from '../../../shared/models/http/http-error-codes' import { logger } from '../../helpers/logger'