Skip to content

Commit 1025f30

Browse files
Merge branch 'master' into fix-lint
2 parents 9c8d361 + 24734ff commit 1025f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/functions/functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ import { AngularFireFunctionsModule, ORIGIN } from '@angular/fire/functions';
110110
],
111111
...
112112
providers: [
113-
{ provide: ORIGIN, useValue: 'http://localhost:5005' }
113+
{ provide: ORIGIN, useValue: 'http://localhost:5001' }
114114
]
115115
})
116116
export class AppModule {}

0 commit comments

Comments
 (0)