Skip to content

Commit e325d5c

Browse files
committed
Move setBuildURLConfig according to guides (app.ts)
1 parent bf28d8f commit e325d5c

File tree

1 file changed

+1
-1
lines changed
  • translations/adapters/host-and-namespace

1 file changed

+1
-1
lines changed

translations/adapters/host-and-namespace/en-us.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ title: Default Host and Namespace
22
description: >
33
To set the default '<code>'host'</code>' and '<code>'namespace'</code>' for requests, you can use the '<code>'setBuildURLConfig'</code>' method of '<code>'@ember-data/request-utils'</code>' package.
44
<br />
5-
This is a module-level function, so you can do it anywhere in your application, i.e. in your '<code>'services/request-manager.js'</code>' or '<code>'services/store.js'</code>' file.
5+
This is a module-level function, so you can do it anywhere in your application theoretically, but we recommend doing it in the '<code>'app/app.js'</code>' file

0 commit comments

Comments
 (0)