Commit e2c50fb 1 parent 9feb175 commit e2c50fb Copy full SHA for e2c50fb
File tree 1 file changed +2
-2
lines changed
src/handlers/platforms/next
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ import { withMethod } from "retes/middleware";
4
4
import { Response } from "retes/response" ;
5
5
6
6
import { AuthData } from "@/APL" ;
7
- import { SALEOR_API_URL_HEADER } from "@/const" ;
7
+ import { SALEOR_API_URL_HEADER , SALEOR_DOMAIN_HEADER } from "@/const" ;
8
8
import { createDebug } from "@/debug" ;
9
9
import { fetchRemoteJwks } from "@/fetch-remote-jwks" ;
10
10
import { getAppId } from "@/get-app-id" ;
11
11
import { HookCallbackErrorParams } from "@/handlers/shared/create-app-register-handler-types" ;
12
12
import { validateAllowSaleorUrls } from "@/handlers/shared/validate-allow-saleor-urls" ;
13
- import { withAuthTokenRequired } from "@/middleware" ;
13
+ import { withAuthTokenRequired , withSaleorDomainPresent } from "@/middleware" ;
14
14
import { HasAPL } from "@/saleor-app" ;
15
15
16
16
const debug = createDebug ( "createAppRegisterHandler" ) ;
You can’t perform that action at this time.
0 commit comments